Skip to main content
GET
/
v1
/
partner
/
reorder-requests
/
{id}
Get reorder request details
curl --request GET \
  --url http://localhost:3000/v1/partner/reorder-requests/{id}
{
  "request": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "partner_brand_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "status": "pending",
    "requested_at": "2023-11-07T05:31:56Z",
    "expires_at": "2023-11-07T05:31:56Z",
    "responded_at": "2023-11-07T05:31:56Z",
    "response_notes": "<string>",
    "manifest_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "is_auto_generated": true,
    "notes": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "items": [
      {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "sellable_product_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "product_name": "<string>",
        "product_image_url": "<string>",
        "requested_quantity": 1,
        "current_inventory": 123,
        "reorder_point": 123,
        "avg_daily_sales": 123,
        "days_of_stock": 123
      }
    ],
    "total_requested_quantity": 123,
    "days_until_expiry": 123
  }
}

Path Parameters

id
string<uuid>
required

Response

Request details

request
object
required