input WholesaleOrderGenerateLabelsInput
Fields
| Field | Type | Description |
|---|---|---|
order_id | String! | The id of the order associated with the wholesale order you want to modify |
generate_carton_labels | Boolean |
Referenced By
- wholesale_order_generate_labels Mutation
Example
{
"order_id": "abc123",
"generate_carton_labels": true
}