input WholesaleOrderPrintPackingListInput

Fields

FieldTypeDescription
order_idString!

The id of the order associated with the wholesale order you want to modify

skip_printingBoolean

Referenced By

Example

{
  "order_id": "abc123",
  "skip_printing": true
}