For the complete documentation index, see llms.txt. This page is also available as Markdown.

rescheduleScheduledOrder

Reschedules a scheduled order to a new shipment date. If the order has a Shopify fulfillment order, a fulfillment reschedule job is enqueued.

Arguments

Argument
Description

Parameters for RescheduleScheduledOrder

RescheduleScheduledOrderInput Arguments

Argument
Description

id (ID!)

ID of the scheduled order to reschedule.

shipmentDate (ISO8601Date!)

The new shipment date for the scheduled order.

Return fields

errors ([ModelValidationError!]!)

order (Order)

Last updated

Was this helpful?