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

  non-null

  The related line item.

* quantity

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