input FulfillWholesaleOrderInput

Fields

FieldTypeDescription
order_idString!

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

is_packed_externallyBoolean!

If true the order are gonna be packed externally

Referenced By

Example

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