--- title: UnverifiedReturnLineItem - Customer API description: An unverified return line item. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/customer/latest/objects/UnverifiedReturnLineItem md: >- https://shopify.dev/docs/api/customer/latest/objects/UnverifiedReturnLineItem.md --- # Unverified​Return​Line​Item object An unverified return line item. ## 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 specific line item that's being 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 quantity of the line item that's been returned. * return​Reason [Return​Reason!](https://shopify.dev/docs/api/customer/latest/enums/ReturnReason) non-null The reason for returning the line item. *** ## 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 *** ## ||-UnverifiedReturnLineItem 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)