input WholesaleOrderEditOutboundScheduleInput
Fields
| Field | Type | Description |
|---|---|---|
order_id | String! | The id of the order associated with the wholesale order you want to modify |
outbound_progress | WholesaleOrderOutboundProgress | |
pickup_date | Date |
Referenced By
Example
{
"order_id": "abc123",
"outbound_progress": "AWAITING_SCHEDULE",
"pickup_date": "abc123"
}