input WholesaleOrderEditOutboundScheduleInput
Fields
| Field | Type | Description |
|---|---|---|
order_id | String! | Public API order ID for the wholesale order to update. |
outbound_progress | WholesaleOrderOutboundProgress | Outbound progress for this wholesale order edit outbound schedule. |
pickup_date | Date | 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"
}