curl --request POST \
--url http://localhost:3000/v1/scanner/rfc-picks/{id}/assign-tote \
--header 'Content-Type: application/json' \
--data '
{
"tote_id": "011000000100001000"
}
'{
"success": true,
"tote": null,
"cart": null,
"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/scanner/rfc-picks/{id}/assign-tote \
--header 'Content-Type: application/json' \
--data '
{
"tote_id": "011000000100001000"
}
'{
"success": true,
"tote": null,
"cart": null,
"message": "<string>",
"error": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.switchyard.run/llms.txt
Use this file to discover all available pages before exploring further.
Pick list ID
Tote ID (taxonomy ID) to assign to the active cart
1"011000000100001000"