input WholesaleOrderEditOutboundScheduleInput

Fields

FieldTypeDescription
order_idString!

Public API order ID for the wholesale order to update.

outbound_progressWholesaleOrderOutboundProgress

Outbound progress for this wholesale order edit outbound schedule.

pickup_dateDate

Pickup date in ISO-8601 date or datetime format, returned in UTC when time is included.

Referenced By

Example

{
  "order_id": "T3JkZXI6MTIzNA==",
  "outbound_progress": "NOT_STARTED",
  "pickup_date": "2026-07-09T15:30:00Z"
}