Skip to main content
Anchor to OrderRequestedEditInformation

OrderRequestedEditInformation

object

Requires customer_read_orders access scope.

The requested edit information for a specific order, including editable line items.

•EditableLineItemConnection!
non-null

The line items that are eligible for editing (e.g. cancellation of unfulfilled items).

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.

•Boolean
Default:false

Reverse the order of the underlying list.


Anchor to hasEditableLineItemshasEditableLineItems
•Boolean!
non-null

Whether the order has any line items eligible for editing.

•IneligibleLineItemConnection!
non-null

The line items that are not eligible for editing.

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.

•Boolean
Default:false

Reverse the order of the underlying list.


Anchor to isSelfServiceRequiredForComplianceisSelfServiceRequiredForCompliance
•Boolean!
non-null

Whether buyer self-serve return or cancellation access is required for this order for compliance reasons.


Was this section helpful?