curl --request POST \
--url http://localhost:3000/v1/scanner/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/scanner/receiving/confirm-cart-staging \
--header 'Content-Type: application/json' \
--data '
{
"cart_id": "<string>",
"order_id": "<string>"
}
'{
"success": true,
"cart_location": "<string>",
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.switchyard.run/llms.txt
Use this file to discover all available pages before exploring further.