object WholesaleOrderAutoAllocateForPickingType

Fields

FieldTypeDescription
idString
legacy_idInt
line_item_idID
quantityInt
productProduct
allocations[AllocationType]

Referenced By

Example

{
  "id": "abc123",
  "legacy_id": 987,
  "line_item_id": "abc123",
  "quantity": 987,
  "product": Product,
  "allocations": AllocationType
}