input FulfillWholesaleOrderInput
Fields
| Field | Type | Description |
|---|---|---|
order_id | String! | The id of the order associated with the wholesale order you want to modify |
is_packed_externally | Boolean! | If true the order are gonna be packed externally |
Referenced By
- wholesale_order_fulfill Mutation
Example
{
"order_id": "abc123",
"is_packed_externally": true
}