--- title: ReturnableFulfillment - GraphQL Admin description: |- A returnable fulfillment, which is an order that has been delivered and is eligible to be returned to the merchant. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/returnablefulfillment md: https://shopify.dev/docs/api/admin-graphql/latest/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 returnable fulfillment, which is an order that has been delivered and is eligible to be returned to the merchant. ## Fields * fulfillment [Fulfillment!](https://shopify.dev/docs/api/admin-graphql/latest/objects/Fulfillment) non-null The fulfillment that the returnable fulfillment refers to. * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/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/latest/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/latest/connections/ReturnableFulfillmentConnection#returns-nodes) * {}[ReturnableFulfillmentEdge.node](https://shopify.dev/docs/api/admin-graphql/latest/objects/ReturnableFulfillmentEdge#field-ReturnableFulfillmentEdge.fields.node) *** ## Queries * [returnable​Fulfillment](https://shopify.dev/docs/api/admin-graphql/latest/queries/returnableFulfillment) query Returns a `ReturnableFulfillment` resource by ID. * [returnable​Fulfillments](https://shopify.dev/docs/api/admin-graphql/latest/queries/returnableFulfillments) query List of returnable fulfillments. *** ## \ReturnableFulfillment Queries ### Queried by * \[returnable​Fulfillment](https://shopify.dev/docs/api/admin-graphql/latest/queries/returnableFulfillment) * \[returnable​Fulfillments](https://shopify.dev/docs/api/admin-graphql/latest/queries/returnableFulfillments) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node) interface *** ## ||-ReturnableFulfillment Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node)