input UpdateWholesaleOrderPickingFlowInput

Fields

FieldTypeDescription
order_idString!

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

picking_flowWholesaleOrderPickingFlow

Referenced By

Example

{
  "order_id": "abc123",
  "picking_flow": "DESKTOP"
}