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/remove-tote-from-cart \ --header 'Content-Type: application/json' \ --data ' { "tote_id": "001000000000000001", "cart_id": "002000000000000001" } '
{ "success": true, "message": "<string>", "affectedEntity": { "type": "<string>", "id": "<string>" } }
Removes a tote from a cart.
Remove tote from cart body
Tote ID
"001000000000000001"
Cart ID
"002000000000000001"
Tote removed successfully
Scanner success response
Show child attributes