Skip to main content
GET
/
v1
/
receiving
/
manifest
/
{taxonomyId}
Lookup manifest by taxonomy ID
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>"
      }
    ]
  }
}

Path Parameters

taxonomyId
string
required

Manifest taxonomy ID (18 digits)

Required string length: 18
Example:

12600001000010068

Response

Manifest found

success
boolean
required
manifest
object
required