curl --request POST \
--url http://localhost:3000/v1/receiving/manifest/{manifestId}/items/{itemId}/receive \
--header 'Content-Type: application/json' \
--data '
{
"quantity": 1,
"cart_id": "<string>"
}
'{
"success": true,
"item": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"received_quantity": 123,
"expected_quantity": 123,
"fully_received": true
},
"manifest": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "<string>",
"fully_received": true,
"total_expected_quantity": 123,
"total_received_quantity": 123
},
"inventory_item_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}Marks a manifest item as received, creates consignment inventory.
curl --request POST \
--url http://localhost:3000/v1/receiving/manifest/{manifestId}/items/{itemId}/receive \
--header 'Content-Type: application/json' \
--data '
{
"quantity": 1,
"cart_id": "<string>"
}
'{
"success": true,
"item": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"received_quantity": 123,
"expected_quantity": 123,
"fully_received": true
},
"manifest": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "<string>",
"fully_received": true,
"total_expected_quantity": 123,
"total_received_quantity": 123
},
"inventory_item_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}Manifest UUID
Manifest item UUID