object OrderWarehouseAllocation

Fields

FieldTypeDescription
order_idString
warehouse_idString
allocated_atISODateTime
allocation_referenceString
ready_to_shipBoolean
line_items[OrderLineItemAllocation]
is_lockedBoolean

Referenced By

Example

{
  "order_id": "abc123",
  "warehouse_id": "abc123",
  "allocated_at": "abc123",
  "allocation_reference": "abc123",
  "ready_to_ship": true,
  "line_items": OrderLineItemAllocation,
  "is_locked": true
}