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/actions/assign-tote-to-robot \ --header 'Content-Type: application/json' \ --data ' { "tote_id": "001000000000000001", "robot_id": "001100000000000001" } '
{ "success": true, "message": "<string>", "affectedEntity": { "type": "<string>", "id": "<string>" } }
Assigns a tote to a robot and sets it as the active tote.
Assign tote to robot body
Tote ID
"001000000000000001"
Robot ID
"001100000000000001"
Tote assigned successfully
Scanner success response
Show child attributes