--- title: ReturnLineItem - Customer API description: A line item that has been returned. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/returnlineitem md: https://shopify.dev/docs/api/customer/latest/objects/returnlineitem.md --- # Return​Line​Item object A line item that has been returned. ## Fields * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * line​Item [Line​Item!](https://shopify.dev/docs/api/customer/latest/objects/LineItem) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The related line item that has been returned. * quantity [Int!](https://shopify.dev/docs/api/customer/latest/scalars/Int) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The line item quantity that has been returned. * return​Reason [Return​Reason!](https://shopify.dev/docs/api/customer/latest/enums/ReturnReason) non-null The reason the line item quantity was returned. *** ## Map No referencing types *** ## Interfaces * * [Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node) interface * [Return​Line​Item​Type](https://shopify.dev/docs/api/customer/latest/interfaces/ReturnLineItemType) interface *** ## ||-ReturnLineItem Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node) * ||-[Return​Line​Item​Type](https://shopify.dev/docs/api/customer/latest/interfaces/ReturnLineItemType)