Requested Edit User Error
The errors that occur while requesting an edit to an order.
Anchor to FieldsFields
- code (RequestedEditErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Requested
Edit Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Anchor to MutationsMutations
- orderRequestEdit (OrderRequestEditPayload)
- •mutation
Request an edit to an order's unfulfilled line items on behalf of a customer.
NoteThis mutation supports an optional idempotency key via the
@idempotentdirective. Supplying the same key for a retried request returns the originally created edit instead of creating a duplicate.Note:This mutation supports an optional idempotency key via the
@idempotentdirective. Supplying the same key for a retried request returns the originally created edit instead of creating a duplicate.Note: This mutation supports an optional idempotency key via the <code>@idempotent</code> directive. Supplying the same key for a retried request returns the originally created edit instead of creating a duplicate.
- Anchor to emailemail•String
The email address to associate with the order if one doesn't exist.
- Anchor to lineItemsline•Requested
Items Edit Line Items Input! required The line item changes requested for the order, grouped by the type of change.
- Anchor to orderIdorder•ID!
Id required The ID of the order for which this edit is being requested.
Arguments