---
title: NonReturnableLineItem - Customer API
description: A line item with at least one unit that is not eligible for return.
api_version: 2025-04
api_name: customer
type: object
api_type: graphql
source_url:
  html: 'https://shopify.dev/docs/api/customer/2025-04/objects/NonReturnableLineItem'
  md: >-
    https://shopify.dev/docs/api/customer/2025-04/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/2025-04/objects/LineItem)

  non-null

  The line item associated with the non-returnable units.

* quantity

  [Int!](https://shopify.dev/docs/api/customer/2025-04/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/2025-04/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/2025-04/connections/NonReturnableLineItemConnection#returns-nodes)
* [NonReturnableLineItemEdge.node](https://shopify.dev/docs/api/customer/2025-04/objects/NonReturnableLineItemEdge#field-NonReturnableLineItemEdge.fields.node)
* [OrderReturnInformation.nonReturnableLineItems](https://shopify.dev/docs/api/customer/2025-04/objects/OrderReturnInformation#field-OrderReturnInformation.fields.nonReturnableLineItems)
