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.

•RequestedOrderEditLineItems!
non-null

The line item changes included in this requested edit, grouped by the type of change.

Show fields
•Order!
non-null

The order associated with this requested edit.

Show fields
•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.

•DateTime

The date and time when the requested edit was resolved.

•RequestedOrderEditStatus!
non-null

The status of this requested edit.

Show enum values
•DateTime!
non-null

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


Was this section helpful?

•mutation

Creates a requested edit on an order on behalf of a buyer.

Show payload

Arguments

•RequestedOrderEditCreateInput!
required

The input fields for creating a requested edit.

Show input fields

•mutation

Declines a requested edit on an order.

Show payload

Arguments

•RequestedOrderEditDeclineInput!
required

The input fields for declining a requested edit.

Show input fields

•mutation

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

Show payload

Arguments

•RequestedOrderEditResolveInput!
required

The input fields for resolving a requested edit.

Show input fields


Was this section helpful?

•interface

Was this section helpful?