GET
/v1/inventory_requests
curl \
--request GET 'https://api.pattern.com/hub/v1/inventory_requests' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"shipment_id": "string",
"status": "string",
"items_received": 42,
"items_total": 42,
"estimated_ship_date": "2026-05-04",
"shipment_method": "string",
"warehouse": "string",
"created": "2026-05-04T09:42:00Z",
"packslip_decision_date": "2026-05-04T09:42:00Z",
"created_by": "string",
"brand": "string",
"appointment_scheduled": true,
"fba_shipments": [
{
"item_id": 42,
"quantity": 42,
"destination_shipment_id": "string",
"destination_fulfillment_center_id": "string"
}
]
}
]