input UpdateWholesaleOrderInputBase

Base class for all wholesale order update inputs, allowing users to reference the order by its ID or its associated order_id.

Fields

FieldTypeDescription
order_idString!

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

Referenced By

Example

{
  "order_id": "abc123"
}