Skip to main content
Anchor to returnableFulfillment

returnableFulfillment

query

Returns a ReturnableFulfillment resource by ID.

•ID!
required

The ID of the ReturnableFulfillment to return.


Was this section helpful?

Anchor to ReturnableFulfillmentReturnableFulfillment
•ReturnableFulfillment

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?