--- title: ReturnableFulfillment - GraphQL Admin description: |- 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`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Return) with the [`returnCreate`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/returnCreate) mutation. The line items show quantities that are available for return. Learn more about [building return management workflows](https://shopify.dev/docs/apps/build/orders-fulfillment/returns-apps/build-return-management). api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/objects/returnablefulfillment md: https://shopify.dev/docs/api/admin-graphql/unstable/objects/returnablefulfillment.md --- # Returnable​Fulfillment 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`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Return) with the [`returnCreate`](https://shopify.dev/docs/api/admin-graphql/latest/mutations/returnCreate) mutation. The line items show quantities that are available for return. Learn more about [building return management workflows](https://shopify.dev/docs/apps/build/orders-fulfillment/returns-apps/build-return-management). ## Fields * fulfillment [Fulfillment!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Fulfillment) non-null The fulfillment that the returnable fulfillment refers to. * id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) non-null The unique ID of the Returnable Fulfillment. * returnable​Fulfillment​Line​Items [Returnable​Fulfillment​Line​Item​Connection!](https://shopify.dev/docs/api/admin-graphql/unstable/connections/ReturnableFulfillmentLineItemConnection) non-null The list of returnable fulfillment line items. *** ## Map ### Fields and connections with this object * <->[ReturnableFulfillmentConnection.nodes](https://shopify.dev/docs/api/admin-graphql/unstable/connections/ReturnableFulfillmentConnection#returns-nodes) * {}[ReturnableFulfillmentEdge.node](https://shopify.dev/docs/api/admin-graphql/unstable/objects/ReturnableFulfillmentEdge#field-ReturnableFulfillmentEdge.fields.node) *** ## Queries * [returnable​Fulfillment](https://shopify.dev/docs/api/admin-graphql/unstable/queries/returnableFulfillment) query Returns a `ReturnableFulfillment` resource by ID. * [returnable​Fulfillments](https://shopify.dev/docs/api/admin-graphql/unstable/queries/returnableFulfillments) query List of returnable fulfillments. *** ## \ReturnableFulfillment Queries ### Queried by * \[returnable​Fulfillment](https://shopify.dev/docs/api/admin-graphql/unstable/queries/returnableFulfillment) * \[returnable​Fulfillments](https://shopify.dev/docs/api/admin-graphql/unstable/queries/returnableFulfillments) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/Node) interface *** ## ||-ReturnableFulfillment Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/Node)