Skip to main content
POST
/
v1
/
rfc-picks
/
{id}
/
complete-cart
Complete cart and route to destination
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>"
}

Path Parameters

id
string<uuid>
required

Pick list ID

Response

Cart completed and routed

success
boolean
required
destination
enum<string>
Available options:
receiving_zone,
staging_zone
has_sweep_items
boolean
cart
unknown
message
string
error
string