Skip to main content
object

Requires customer_read_orders access scope.

A requested edit on an order.

•ID!
non-null

A globally-unique ID.

Anchor to requestedEditLineItemsrequestedEditLineItems
•RequestedEditLineItemConnection

The line items included in the requested edit.

Arguments

•String

The elements that come after the specified cursor.

•String

The elements that come before the specified cursor.

•Int

The first n elements from the paginated list.

•Int

The last n elements from the paginated list.


•RequestedEditStatus!
non-null

The status of this requested edit.


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.

•ID!
required

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

Anchor to requestedEditLineItemsrequestedEditLineItems
•[RequestedEditLineItemInput!]!
required

The line items that are requested to be edited.



Was this section helpful?

•interface

Was this section helpful?