Skip to main content
POST
/
v1
/
rfc-picks
/
{id}
/
assign-tote
Assign tote to active cart
curl --request POST \
  --url http://localhost:3000/v1/rfc-picks/{id}/assign-tote \
  --header 'Content-Type: application/json' \
  --data '
{
  "tote_id": "011000000100001000"
}
'
{
  "success": true,
  "tote": "<unknown>",
  "cart": "<unknown>",
  "message": "<string>",
  "error": "<string>"
}

Path Parameters

id
string<uuid>
required

Pick list ID

Body

application/json
tote_id
string
required

Tote ID (taxonomy ID) to assign to the active cart

Minimum string length: 1
Example:

"011000000100001000"

Response

Tote assigned successfully

success
boolean
required
tote
unknown
cart
unknown
message
string
error
string