object OrderWarehouseAllocation
Fields
| Field | Type | Description |
|---|---|---|
order_id | String | |
warehouse_id | String | |
allocated_at | ISODateTime | |
allocation_reference | String | |
ready_to_ship | Boolean | |
line_items | [OrderLineItemAllocation] | |
is_locked | Boolean |
Referenced By
- MergeableOrder Type
- Order Type
Example
{
"order_id": "abc123",
"warehouse_id": "abc123",
"allocated_at": "abc123",
"allocation_reference": "abc123",
"ready_to_ship": true,
"line_items": OrderLineItemAllocation,
"is_locked": true
}