input UpdateWholesaleOrderInputBase
Base class of all wholesale order update inputs to allow users to reference the order by its id or its associated order_id.
Fields
| Field | Type | Description |
|---|---|---|
order_id | String! | The id of the order associated with the wholesale order you want to modify |
Referenced By
Example
{
"order_id": "abc123"
}