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