Skip to main content
Anchor to FulfillmentOrderRescheduleUserError

FulfillmentOrderRescheduleUserError

object

An error that occurs during the execution of FulfillmentOrderReschedule.

•

The error code.

•

The path to the input field that caused the error.

•
String!non-null

The error message.


Was this section helpful?

•
mutation

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.

Arguments

•
DateTime!required

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

•
ID!required

The ID of the fulfillment order to reschedule.


Fields

•

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?


Was this section helpful?