input UpdateWholesaleOrderStagingLocationInput

Fields

FieldTypeDescription
order_idString!

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

staging_location_idString!

Referenced By

Example

{
  "order_id": "abc123",
  "staging_location_id": "abc123"
}