object OrderLineItemAllocation

Fields

FieldTypeDescription
order_idString

Public API order ID that identifies the related record.

warehouse_idString

Public API warehouse ID. Use this when passing or filtering by a warehouse; warehouse fields are display values or nested objects.

allocated_atISODateTime

Allocated at as an ISO-8601 datetime, returned in UTC unless otherwise noted.

line_item_idString

Public API line item ID that identifies the related record.

skuString

SKU. SKU matching is case-insensitive and ignores surrounding whitespace.

quantity_allocatedInt

Quantity allocated as a whole-unit count.

is_kit_componentBoolean

Whether this order line item allocation is kit component.

allocation_referenceString

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"
}