Requested Edit
Requires access scope.
A requested edit on an order.
Anchor to FieldsFields
- id (ID!)
- requestedEditLineItems (RequestedEditLineItemConnection)
- status (RequestedEditStatus!)
- •ID!non-null
A globally-unique ID.
- Anchor to requestedEditLineItemsrequested•Requested
Edit Line Items Edit Line Item Connection The line items included in the requested edit.
- Anchor to afterafter•String
The elements that come after the specified cursor.
- Anchor to beforebefore•String
The elements that come before the specified cursor.
- Anchor to firstfirst•Int
The first
nelements from the paginated list.- Anchor to lastlast•Int
The last
nelements from the paginated list.
Arguments
- Anchor to statusstatus•Requested
Edit Status! non-null The status of this requested edit.
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 orderIdorder•ID!
Id required The ID of the order for which this edit is being requested.
- Anchor to requestedEditLineItemsrequested•[Requested
Edit Line Items Edit Line Item Input!]! required The line items that are requested to be edited.
Arguments