input WholesaleOrderGenerateLabelsInput

Fields

FieldTypeDescription
order_idString!

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

generate_carton_labelsBoolean

Referenced By

Example

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