curl --request POST \
--url http://localhost:3000/v1/receiving/confirm-cart-staging \
--header 'Content-Type: application/json' \
--data '
{
"cart_id": "<string>",
"order_id": "<string>"
}
'{
"success": true,
"cart_location": "<string>",
"message": "<string>"
}Updates cart location to staging_zone after all ambient items received
curl --request POST \
--url http://localhost:3000/v1/receiving/confirm-cart-staging \
--header 'Content-Type: application/json' \
--data '
{
"cart_id": "<string>",
"order_id": "<string>"
}
'{
"success": true,
"cart_location": "<string>",
"message": "<string>"
}