--- title: customerAccountPage - GraphQL Admin description: Returns a `CustomerAccountPage` resource by ID. api_version: 2025-10 api_name: admin type: query api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/queries/customeraccountpage md: https://shopify.dev/docs/api/admin-graphql/latest/queries/customeraccountpage.md --- # customer​Account​Page query Returns a `CustomerAccountPage` resource by ID. ## Arguments * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) required The ID of the `CustomerAccountPage` to return. *** ## Possible returns * Customer​Account​Page [Customer​Account​Page](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/CustomerAccountPage) A customer account page. *** ## Examples * ### customerAccountPage reference ## Query Reference ```graphql { customerAccountPage(id) { # customerAccountPage fields } } ```