input FulfillWholesaleOrderInput

Fields

FieldTypeDescription
order_idString!

Public API order ID for the wholesale order to update.

is_packed_externallyBoolean!

If true, the order is going to be packed externally.

Referenced By

Example

{
  "order_id": "T3JkZXI6MTIzNA==",
  "is_packed_externally": true
}