--- title: customerAccountPage - GraphQL Admin description: Returns a `CustomerAccountPage` resource by ID. api_version: 2024-10 api_name: admin type: query api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/queries/customerAccountPage md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/queries/customerAccountPage.txt --- # customer​Account​Page query Returns a `CustomerAccountPage` resource by ID. ## Arguments * id [ID!](https://shopify.dev/docs/api/admin-graphql/2024-10/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/2024-10/interfaces/CustomerAccountPage) A customer account page. *** ## Examples * ### customerAccountPage reference ## Query Reference ```graphql { customerAccountPage(id) { # customerAccountPage fields } } ```