# NonReturnableLineItem - customer - OBJECT Version: 2025-04 ## Description A line item with at least one unit that is not eligible for return. ### Access Scopes ## Fields * [lineItem](/docs/api/customer/2025-04/objects/LineItem): LineItem! - The line item associated with the non-returnable units. * [quantity](/docs/api/customer/2025-04/scalars/Int): Int! - The number of units that aren't eligible for return. * [quantityDetails](/docs/api/customer/2025-04/objects/NonReturnableQuantityDetail): NonReturnableQuantityDetail! - 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). ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples