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.

Show fields
•Fulfillment!
non-null

The fulfillment that the returnable fulfillment refers to.

Show fields
•ID!
non-null

The unique ID of the Returnable Fulfillment.

Anchor to returnableFulfillmentLineItemsreturnableFulfillmentLineItems
•ReturnableFulfillmentLineItemConnection!
non-null

The list of returnable fulfillment line items.

Show fields

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.



Was this section helpful?