---
title: CustomerAccountAppExtensionPage - GraphQL Admin
description: An app extension page for the customer account navigation menu.
api_version: 2026-04
source_url:
  html: https://shopify.dev/docs/api/admin-graphql/latest/objects/customeraccountappextensionpage
  md: https://shopify.dev/docs/api/admin-graphql/latest/objects/customeraccountappextensionpage.md
---

# Customer​Account​App​Extension​Page

object

Requires `read_content` access scope or `read_online_store_pages` access scope.

An app extension page for the customer account navigation menu.

## Fields

* app​Extension​Uuid

  [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)

  The UUID of the app extension.

* default​Cursor

  [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)

  non-null

  A default [cursor](https://shopify.dev/api/usage/pagination-graphql) that returns the single next record, sorted ascending by ID.

* handle

  [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)

  non-null

  A unique, human-friendly string for the customer account page.

* id

  [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID)

  non-null

  The unique ID for the customer account page.

* title

  [String!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)

  non-null

  The title of the customer account page.

***

## Map

No referencing types

***

## Interfaces

* * [Customer​Account​Page](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/CustomerAccountPage)

    interface

  * [Navigable](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Navigable)

    interface

  * [Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node)

    interface

***

## CustomerAccountAppExtensionPage Implements

### Implements

* [Customer​Account​Page](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/CustomerAccountPage)
* [Navigable](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Navigable)
* [Node](https://shopify.dev/docs/api/admin-graphql/latest/interfaces/Node)