curl --request POST \
--url http://localhost:3000/v1/rfc-picks/{id}/complete-cart{
"success": true,
"destination": "receiving_zone",
"has_sweep_items": true,
"cart": "<unknown>",
"message": "<string>",
"error": "<string>"
}Completes the active cart. Routes to receiving_zone if order has sweep items, otherwise to staging_zone.
curl --request POST \
--url http://localhost:3000/v1/rfc-picks/{id}/complete-cart{
"success": true,
"destination": "receiving_zone",
"has_sweep_items": true,
"cart": "<unknown>",
"message": "<string>",
"error": "<string>"
}