object WholesaleOrderAutoAllocateForPickingType

Fields

FieldTypeDescription
idString

Public API ID for this identifiable.

legacy_idBigInt

Numeric legacy ID for this identifiable; use only where legacy IDs are required.

line_item_idID

Public API line item ID that identifies the related record.

quantityInt

Quantity as a whole-unit count.

productProduct

Product associated with this wholesale order auto allocate for picking.

allocations[AllocationType]

List of allocations for this wholesale order auto allocate for picking.

Referenced By

Example

{
  "id": "UmVjb3JkOjEyMzQ=",
  "legacy_id": 1234,
  "line_item_id": "TGluZUl0ZW06MTIzNA==",
  "quantity": 2,
  "product": {id: "T3JkZXI6MTIzNA==", order_number: "SO-100045"},
  "allocations": [[{id: "T3JkZXI6MTIzNA==", order_number: "SO-100045"}]]
}