curl --request GET \
--url http://localhost:3000/v1/receiving/manifest/{taxonomyId}{
"success": true,
"manifest": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"taxonomy_id": "<string>",
"manifest_number": 123,
"partner_brand_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"partner_name": "<string>",
"status": "<string>",
"expected_delivery_date": "<string>",
"tracking_number": "<string>",
"carrier": "<string>",
"total_items": 123,
"total_expected_quantity": 123,
"total_received_quantity": 123,
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"scraped_product_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"sellable_product_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"product_name": "<string>",
"product_image": "<string>",
"barcode": "<string>",
"expected_quantity": 123,
"received_quantity": 123,
"lot_number": "<string>",
"expiration_date": "<string>"
}
]
}
}Scans a manifest QR code (TYPE 26) and returns the manifest with items for receiving.
curl --request GET \
--url http://localhost:3000/v1/receiving/manifest/{taxonomyId}{
"success": true,
"manifest": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"taxonomy_id": "<string>",
"manifest_number": 123,
"partner_brand_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"partner_name": "<string>",
"status": "<string>",
"expected_delivery_date": "<string>",
"tracking_number": "<string>",
"carrier": "<string>",
"total_items": 123,
"total_expected_quantity": 123,
"total_received_quantity": 123,
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"scraped_product_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"sellable_product_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"product_name": "<string>",
"product_image": "<string>",
"barcode": "<string>",
"expected_quantity": 123,
"received_quantity": 123,
"lot_number": "<string>",
"expiration_date": "<string>"
}
]
}
}