Skip to main content
POST
/
v1
/
rfc-picks
/
{id}
/
mark-tote-full
Mark tote as full
curl --request POST \
  --url http://localhost:3000/v1/rfc-picks/{id}/mark-tote-full \
  --header 'Content-Type: application/json' \
  --data '
{
  "tote_id": "<string>"
}
'
{
  "success": true,
  "tote": "<unknown>",
  "next_tote": "<unknown>",
  "cart_full": true,
  "message": "<string>",
  "error": "<string>"
}

Path Parameters

id
string<uuid>
required

Pick list ID

Body

application/json
tote_id
string

Tote ID to mark as full (defaults to active tote)

Response

Tote marked as full

success
boolean
required
tote
unknown
next_tote
unknown
cart_full
boolean
message
string
error
string