curl --request PATCH \
--url http://localhost:3000/v1/receiving/items/{itemId} \
--header 'Content-Type: application/json' \
--data '
{
"cart_id": "<string>",
"tote_id": "<string>",
"bag_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'{
"success": true,
"sweep_fully_received": true,
"order_fully_staged": true
}Marks a sweep item as received and optionally assigns it to a cart or bag.
curl --request PATCH \
--url http://localhost:3000/v1/receiving/items/{itemId} \
--header 'Content-Type: application/json' \
--data '
{
"cart_id": "<string>",
"tote_id": "<string>",
"bag_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'{
"success": true,
"sweep_fully_received": true,
"order_fully_staged": true
}Sweep item ID