--- title: ReturnableLineItem - Customer API description: A line item with at least one unit that is eligible for return. api_version: unstable api_name: customer source_url: html: https://shopify.dev/docs/api/customer/unstable/objects/returnablelineitem md: https://shopify.dev/docs/api/customer/unstable/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/unstable/objects/LineItem) non-null The related line item. * quantity [Int!](https://shopify.dev/docs/api/customer/unstable/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/unstable/objects/OrderReturnInformation#field-OrderReturnInformation.fields.returnableLineItems) * <->[ReturnableLineItemConnection.nodes](https://shopify.dev/docs/api/customer/unstable/connections/ReturnableLineItemConnection#returns-nodes) * {}[ReturnableLineItemEdge.node](https://shopify.dev/docs/api/customer/unstable/objects/ReturnableLineItemEdge#field-ReturnableLineItemEdge.fields.node)