input WholesaleOrderEditOutboundScheduleInput

Fields

FieldTypeDescription
order_idString!

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

outbound_progressWholesaleOrderOutboundProgress
pickup_dateDate

Referenced By

Example

{
  "order_id": "abc123",
  "outbound_progress": "AWAITING_SCHEDULE",
  "pickup_date": "abc123"
}