input WholesaleOrderSetReadyToPickInput
Fields
| Field | Type | Description |
|---|---|---|
order_id | String! | The id of the order associated with the wholesale order you want to modify |
Referenced By
- wholesale_set_as_ready_to_pick Mutation
Example
{
"order_id": "abc123"
}