object OrderLineItemAllocation
Fields
| Field | Type | Description |
|---|---|---|
order_id | String | |
warehouse_id | String | |
allocated_at | ISODateTime | |
line_item_id | String | |
sku | String | |
quantity_allocated | Int | |
is_kit_component | Boolean | |
allocation_reference | String |
Referenced By
Example
{
"order_id": "abc123",
"warehouse_id": "abc123",
"allocated_at": "abc123",
"line_item_id": "abc123",
"sku": "abc123",
"quantity_allocated": 987,
"is_kit_component": true,
"allocation_reference": "abc123"
}