object OrderLineItemAllocation
Fields
| Field | Type | Description |
|---|---|---|
order_id | String | Public API order ID that identifies the related record. |
warehouse_id | String | Public API warehouse ID. Use this when passing or filtering by a warehouse; warehouse fields are display values or nested objects. |
allocated_at | ISODateTime | Allocated at as an ISO-8601 datetime, returned in UTC unless otherwise noted. |
line_item_id | String | Public API line item ID that identifies the related record. |
sku | String | SKU. SKU matching is case-insensitive and ignores surrounding whitespace. |
quantity_allocated | Int | Quantity allocated as a whole-unit count. |
is_kit_component | Boolean | Whether this order line item allocation is kit component. |
allocation_reference | String | Allocation reference for this order line item allocation. |
Referenced By
Example
{
"order_id": "T3JkZXI6MTIzNA==",
"warehouse_id": "V2FyZWhvdXNlOjEyMzQ=",
"allocated_at": "2026-07-09T15:30:00Z",
"line_item_id": "TGluZUl0ZW06MTIzNA==",
"sku": "BLUE-TEE-M",
"quantity_allocated": 2,
"is_kit_component": true,
"allocation_reference": "ALLOC-100045"
}