input WholesaleOrderAutoAllocateInput

Fields

FieldTypeDescription
order_idString!

The id of the order associated with the wholesale order you want to modify

prioritized_location_ids[String!]
sort_lotsWholesaleSortBinByLotsDate
location_typeWholesaleLocationType
sort_stockWholesaleSortBinByStock
prioritize_largest_uomBoolean
lot_expires_in_daysInt

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
}