Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:3000/v1/scanner/rfc-picks/{id}/mark-tote-full \ --header 'Content-Type: application/json' \ --data ' { "tote_id": "<string>" } '
{ "success": true, "tote": null, "next_tote": null, "cart_full": true, "message": "<string>", "error": "<string>" }
Marks the active tote as full and switches to the next available tote on the cart.
Pick list ID
Tote ID to mark as full (defaults to active tote)
Tote marked as full