curl --request POST \
--url http://localhost:3000/v1/rfc-picks/{id}/mark-tote-full \
--header 'Content-Type: application/json' \
--data '
{
"tote_id": "<string>"
}
'{
"success": true,
"tote": "<unknown>",
"next_tote": "<unknown>",
"cart_full": true,
"message": "<string>",
"error": "<string>"
}Marks the active tote as full and switches to the next available tote on the cart.
curl --request POST \
--url http://localhost:3000/v1/rfc-picks/{id}/mark-tote-full \
--header 'Content-Type: application/json' \
--data '
{
"tote_id": "<string>"
}
'{
"success": true,
"tote": "<unknown>",
"next_tote": "<unknown>",
"cart_full": true,
"message": "<string>",
"error": "<string>"
}