--- title: NonReturnableLineItem - Customer API description: A line item with at least one unit that is not 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/NonReturnableLineItem' md: >- https://shopify.dev/docs/api/customer/latest/objects/NonReturnableLineItem.md --- # Non​Returnable​Line​Item object A line item with at least one unit that is not eligible for return. ## Fields * line​Item [Line​Item!](https://shopify.dev/docs/api/customer/latest/objects/LineItem) non-null The line item associated with the non-returnable units. * quantity [Int!](https://shopify.dev/docs/api/customer/latest/scalars/Int) non-null The number of units that aren't eligible for return. * quantity​Details [\[Non​Returnable​Quantity​Detail!\]!](https://shopify.dev/docs/api/customer/latest/objects/NonReturnableQuantityDetail) non-null Details about non-returnable quantities, including the number of units that can't be returned and the reasons they can't be returned, grouped by reason (e.g., already returned, not yet fulfilled). *** ## Map ### Fields and connections with this object * <->[NonReturnableLineItemConnection.nodes](https://shopify.dev/docs/api/customer/latest/connections/NonReturnableLineItemConnection#returns-nodes) * {}[NonReturnableLineItemEdge.node](https://shopify.dev/docs/api/customer/latest/objects/NonReturnableLineItemEdge#field-NonReturnableLineItemEdge.fields.node) * {}[OrderReturnInformation.nonReturnableLineItems](https://shopify.dev/docs/api/customer/latest/objects/OrderReturnInformation#field-OrderReturnInformation.fields.nonReturnableLineItems)