--- 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-10 api_name: customer type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/customer/latest/objects/NonReturnableQuantityDetail md: >- https://shopify.dev/docs/api/customer/latest/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/latest/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/latest/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/latest/objects/NonReturnableLineItem#field-NonReturnableLineItem.fields.quantityDetails)