Skip to main content
object

Requires read_orders access scope.

A buyer-initiated request to edit unfulfilled line items on an order.

•DateTime!
non-null

The date and time when the requested edit was created.

•ID!
non-null

A globally-unique ID.

•RequestedEditLineItemConnection!
non-null

The line items included in this 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.


•Order!
non-null

The order associated with this requested edit.

•DateTime

The date and time when the requested edit was approved.

•DateTime

The date and time when the requested edit was declined.

•DateTime!
non-null

The date and time when the edit was requested by the buyer.

•RequestedEditStatus!
non-null

The status of this requested edit.

•DateTime!
non-null

The date and time when the requested edit was last updated.


Was this section helpful?

•mutation

Declines a requested edit on an order.

Arguments

•RequestedEditDeclineInput!
required

The input fields for declining a requested edit.


•mutation

Resolves a requested edit on an order, marking it as completed.

Arguments

•RequestedEditResolveInput!
required

The input fields for resolving a requested edit.



Was this section helpful?

•interface

Was this section helpful?