input WholesaleOrderAutoAllocateInput
Fields
| Field | Type | Description |
|---|---|---|
order_id | String! | The id of the order associated with the wholesale order you want to modify |
prioritized_location_ids | [String!] | |
sort_lots | WholesaleSortBinByLotsDate | |
location_type | WholesaleLocationType | |
sort_stock | WholesaleSortBinByStock | |
prioritize_largest_uom | Boolean | |
lot_expires_in_days | Int |
Referenced By
Example
{
"order_id": "abc123",
"prioritized_location_ids": "abc123",
"sort_lots": "RECEIVING_FIFO",
"location_type": "PICKABLE",
"sort_stock": "LEAST",
"prioritize_largest_uom": true,
"lot_expires_in_days": 987
}