--- title: return - Customer API description: >- Returns a Return resource by ID. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). api_version: unstable api_name: customer source_url: html: 'https://shopify.dev/docs/api/customer/unstable/queries/return' md: 'https://shopify.dev/docs/api/customer/unstable/queries/return.md' --- # return query Returns a Return resource by ID. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data). ## Arguments * id [ID!](https://shopify.dev/docs/api/customer/unstable/scalars/ID) required The ID of the Return. *** ## Possible returns * Return [Return](https://shopify.dev/docs/api/customer/unstable/objects/Return) A product return. *** ## Examples * ### return reference ## Query Reference ```graphql { return(id) { # return fields } } ```