--- title: ReturnableFulfillmentLineItem - GraphQL Admin description: A returnable fulfillment line item. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/returnablefulfillmentlineitem md: https://shopify.dev/docs/api/admin-graphql/latest/objects/returnablefulfillmentlineitem.md --- # Returnable​Fulfillment​Line​Item object Requires `read_orders` access scope. Also: Requires the `read_returns` access scope or `read_marketplace_returns` access scope. A returnable fulfillment line item. ## Fields * fulfillment​Line​Item [Fulfillment​Line​Item!](https://shopify.dev/docs/api/admin-graphql/latest/objects/FulfillmentLineItem) non-null The fulfillment line item that can be returned. * quantity [Int!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Int) non-null The quantity available to be returned. *** ## Map ### Fields and connections with this object * {}[ReturnableFulfillment.returnableFulfillmentLineItems](https://shopify.dev/docs/api/admin-graphql/latest/objects/ReturnableFulfillment#field-ReturnableFulfillment.fields.returnableFulfillmentLineItems) * <->[ReturnableFulfillmentLineItemConnection.nodes](https://shopify.dev/docs/api/admin-graphql/latest/connections/ReturnableFulfillmentLineItemConnection#returns-nodes) * {}[ReturnableFulfillmentLineItemEdge.node](https://shopify.dev/docs/api/admin-graphql/latest/objects/ReturnableFulfillmentLineItemEdge#field-ReturnableFulfillmentLineItemEdge.fields.node)