input UpdateWholesaleOrderPickingFlowInput
Fields
| Field | Type | Description |
|---|---|---|
order_id | String! | The id of the order associated with the wholesale order you want to modify |
picking_flow | WholesaleOrderPickingFlow |
Referenced By
- wholesale_order_update_picking_flow Mutation
Example
{
"order_id": "abc123",
"picking_flow": "DESKTOP"
}