object WholesaleOrderAutoAllocateForPickingType
Fields
| Field | Type | Description |
|---|---|---|
id | String | |
legacy_id | Int | |
line_item_id | ID | |
quantity | Int | |
product | Product | |
allocations | [AllocationType] |
Referenced By
Example
{
"id": "abc123",
"legacy_id": 987,
"line_item_id": "abc123",
"quantity": 987,
"product": Product,
"allocations": AllocationType
}