Fulfillment Order Reschedule User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- Anchor to codecode•
The error code.
- Anchor to fieldfield•
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Anchor to MutationsMutations
- •mutation
Reschedules a scheduled fulfillment order.
Updates the value of the
field on a scheduled fulfillment order.
The fulfillment order will be marked as ready for fulfillment at this date and time.
- Anchor to fulfillAtfulfill•
At 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.
Arguments
- Anchor to fulfillmentOrderfulfillment•
Order A fulfillment order with the rescheduled line items.
Fulfillment orders may be merged if they have the same
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
datetime.
- Anchor to userErrorsuser•
Errors The list of errors that occurred from executing the mutation.
Fields