Skip to main content
Anchor to ReturnableFulfillment

ReturnableFulfillment

object

Requires read_orders access scope or read_marketplace_orders access scope. Also: Requires the read_returns access scope.

A delivered order that's eligible to be returned to the merchant. Provides the items from completed fulfillments that customers can select when initiating a return.

Use returnable fulfillments to determine which items are eligible for return before creating a Return with the returnCreate mutation. The line items show quantities that are available for return.

Learn more about building return management workflows.

•Fulfillment!
non-null

The fulfillment that the returnable fulfillment refers to.

•ID!
non-null

The unique ID of the Returnable Fulfillment.

Anchor to returnableFulfillmentLineItemsreturnableFulfillmentLineItems
•ReturnableFulfillmentLineItemConnection!
non-null

The list of returnable fulfillment line items.

Arguments

•Int

The first n elements from the paginated list.

•String

The elements that come after the specified cursor.

•Int

The last n elements from the paginated list.

•String

The elements that come before the specified cursor.

•Boolean
Default:false

Reverse the order of the underlying list.



Was this section helpful?

•query

Returns a ReturnableFulfillment resource by ID.

Arguments

•ID!
required

The ID of the ReturnableFulfillment to return.


•query

List of returnable fulfillments.

Arguments

•ID!
required

Order ID that will scope all returnable fulfillments.

•Int

The first n elements from the paginated list.

•String

The elements that come after the specified cursor.

•Int

The last n elements from the paginated list.

•String

The elements that come before the specified cursor.

•Boolean
Default:false

Reverse the order of the underlying list.



Was this section helpful?

•interface

Was this section helpful?