curl --request POST \
--url http://localhost:3000/v1/rfc-picks/clear-tote \
--header 'Content-Type: application/json' \
--data '
{
"tote_id": "0110001000000054"
}
'{
"success": true,
"message": "<string>"
}Clears all assignments on a tote: cart_id, order_id, and resets associated pick_list_items and bags.
curl --request POST \
--url http://localhost:3000/v1/rfc-picks/clear-tote \
--header 'Content-Type: application/json' \
--data '
{
"tote_id": "0110001000000054"
}
'{
"success": true,
"message": "<string>"
}