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.


Was this section helpful?

•query

Returns a ReturnableFulfillment resource by ID.

•query

List of returnable fulfillments.


Was this section helpful?

•interface

Was this section helpful?