# return - customer - QUERY Version: unstable ## 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). ### Access Scopes ## Arguments * [id](/docs/api/customer/unstable/scalars/ID): ID! - The ID of the Return. ## Returns * [closedAt](/docs/api/customer/unstable/scalars/DateTime): DateTime The date when the return was closed. * [createdAt](/docs/api/customer/unstable/scalars/DateTime): DateTime The date when the return was created. * [id](/docs/api/customer/unstable/scalars/ID): ID! A globally-unique ID. * [name](/docs/api/customer/unstable/scalars/String): String! The name assigned to the return. * [returnLineItemsCount](/docs/api/customer/unstable/objects/Count): Count The number of line items associated with the return. * [status](/docs/api/customer/unstable/enums/ReturnStatus): ReturnStatus! The current status of the `Return`. * [updatedAt](/docs/api/customer/unstable/scalars/DateTime): DateTime The date when the return was last updated. ## Examples