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>"
}Assigns a tote to the active cart. The cart can have up to 3 totes. First tote becomes the active tote.
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>"
}Pick list ID
Tote ID (taxonomy ID) to assign to the active cart
1"011000000100001000"