object WholesaleOrderAutoAllocateForPickingType
Fields
| Field | Type | Description |
|---|---|---|
id | String | Public API ID for this identifiable. |
legacy_id | BigInt | Numeric legacy ID for this identifiable; use only where legacy IDs are required. |
line_item_id | ID | Public API line item ID that identifies the related record. |
quantity | Int | Quantity as a whole-unit count. |
product | Product | 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"}]]
}