Skip to main content
Anchor to RequestedEditUserError

RequestedEditUserError

object

The errors that occur while requesting an edit to an order.

•RequestedEditErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•mutation

Request an edit to an order's unfulfilled line items on behalf of a customer.


Note

This mutation supports an optional idempotency key via the @idempotent directive. Supplying the same key for a retried request returns the originally created edit instead of creating a duplicate.


Arguments

•String

The email address to associate with the order if one doesn't exist.

•RequestedEditLineItemsInput!
required

The line item changes requested for the order, grouped by the type of change.

•ID!
required

The ID of the order for which this edit is being requested.



Was this section helpful?


Was this section helpful?