Skip to main content
GET
/
v1
/
partner
/
manifests
/
{id}
Get manifest details
curl --request GET \
  --url http://localhost:3000/v1/partner/manifests/{id}
{
  "manifest": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "taxonomy_id": "<string>",
    "manifest_number": 123,
    "partner_brand_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "status": "draft",
    "expected_delivery_date": "<string>",
    "actual_received_at": "<string>",
    "tracking_number": "<string>",
    "carrier": "<string>",
    "notes": "<string>",
    "reorder_request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "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_url": "<string>",
        "expected_quantity": 1,
        "received_quantity": 1,
        "lot_number": "<string>",
        "expiration_date": "<string>"
      }
    ],
    "total_expected_quantity": 123,
    "total_received_quantity": 123
  }
}

Path Parameters

id
string<uuid>
required

Response

Manifest details

manifest
object
required