---
title: NonReturnableQuantityDetail - Customer API
description: >-
  Details about non-returnable quantities, including the number of units that
  can't be returned

  and the reasons for non-returnability, grouped by reason (e.g., already
  returned, not yet fulfilled).
api_version: 2025-04
api_name: customer
type: object
api_type: graphql
source_url:
  html: >-
    https://shopify.dev/docs/api/customer/2025-04/objects/NonReturnableQuantityDetail
  md: >-
    https://shopify.dev/docs/api/customer/2025-04/objects/NonReturnableQuantityDetail.md
---

# Non​Returnable​Quantity​Detail

object

Details about non-returnable quantities, including the number of units that can't be returned and the reasons for non-returnability, grouped by reason (e.g., already returned, not yet fulfilled).

## Fields

* quantity

  [Int!](https://shopify.dev/docs/api/customer/2025-04/scalars/Int)

  non-null

  The number of units that aren't eligible for return.

* reason​Code

  [Non​Returnable​Reason!](https://shopify.dev/docs/api/customer/2025-04/enums/NonReturnableReason)

  non-null

  The reason why this quantity isn't eligible for return.

***

## Map

### Fields with this object

* [NonReturnableLineItem.quantityDetails](https://shopify.dev/docs/api/customer/2025-04/objects/NonReturnableLineItem#field-NonReturnableLineItem.fields.quantityDetails)
