--- title: ReturnableLineItem - Customer API description: A line item with at least one unit that is eligible for return. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/returnablelineitem md: https://shopify.dev/docs/api/customer/latest/objects/returnablelineitem.md --- # Returnable​Line​Item object A line item with at least one unit that is eligible for return. ## Fields * line​Item [Line​Item!](https://shopify.dev/docs/api/customer/latest/objects/LineItem) non-null The related line item. * quantity [Int!](https://shopify.dev/docs/api/customer/latest/scalars/Int) non-null The quantity of units that can be returned. *** ## Map ### Fields and connections with this object * {}[OrderReturnInformation.returnableLineItems](https://shopify.dev/docs/api/customer/latest/objects/OrderReturnInformation#field-OrderReturnInformation.fields.returnableLineItems) * <->[ReturnableLineItemConnection.nodes](https://shopify.dev/docs/api/customer/latest/connections/ReturnableLineItemConnection#returns-nodes) * {}[ReturnableLineItemEdge.node](https://shopify.dev/docs/api/customer/latest/objects/ReturnableLineItemEdge#field-ReturnableLineItemEdge.fields.node)