Anchor to section titled 'undefined'

fulfillmentOrderReschedule
mutation

Requires write_merchant_managed_fulfillment_orders access scope or write_third_party_fulfillment_orders access scope. Also: The user must have fulfill_and_ship_orders permission.

Reschedules a scheduled fulfillment order.

Updates the value of the fulfillAt field on a scheduled fulfillment order.

The fulfillment order will be marked as ready for fulfillment at this date and time.


A future date and time when the fulfillment order will be marked as ready for fulfillment.

Anchor to id
id
required

The ID of the fulfillment order to reschedule.


Was this section helpful?

A fulfillment order with the rescheduled line items.

Fulfillment orders may be merged if they have the same fulfillAt datetime.

If the fulfillment order is merged then the resulting fulfillment order will be returned. Otherwise the original fulfillment order will be returned with an updated fulfillAt datetime.

The list of errors that occurred from executing the mutation.


Was this section helpful?