--- 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: 2024-10 api_name: admin type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ReturnableFulfillment md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ReturnableFulfillment.txt --- # 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/2024-10/objects/Fulfillment) non-null The fulfillment that the returnable fulfillment refers to. * id [ID!](https://shopify.dev/docs/api/admin-graphql/2024-10/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/2024-10/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/2024-10/connections/ReturnableFulfillmentConnection#field-nodes) * {}[ReturnableFulfillmentEdge.node](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/ReturnableFulfillmentEdge#field-node) *** ## Queries * [returnable​Fulfillment](https://shopify.dev/docs/api/admin-graphql/2024-10/queries/returnableFulfillment) query Lookup a returnable fulfillment by ID. * [returnable​Fulfillments](https://shopify.dev/docs/api/admin-graphql/2024-10/queries/returnableFulfillments) query List of returnable fulfillments. *** ## \ReturnableFulfillment Queries ### Queried by * \[returnable​Fulfillment](https://shopify.dev/docs/api/admin-graphql/2024-10/queries/ReturnableFulfillment) * \[returnable​Fulfillments](https://shopify.dev/docs/api/admin-graphql/2024-10/queries/ReturnableFulfillmentConnection) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/2024-10/interfaces/Node) interface *** ## ||-ReturnableFulfillment Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/admin-graphql/2024-10/interfaces/Node)