curl --request POST \
--url http://localhost:3000/v1/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.
curl --request POST \
--url http://localhost:3000/v1/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>"
}
}