--- title: Page - GraphQL Admin description: >- A standalone content page in the online store. Pages display HTML-formatted content for informational pages like "About Us", contact information, or shipping policies. Each page has a unique handle for URL routing and supports custom template suffixes for specialized layouts. Pages can be published or hidden, and include creation and update timestamps. api_version: unstable api_name: admin type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/latest/objects/Page' md: 'https://shopify.dev/docs/api/admin-graphql/latest/objects/Page.md' --- # Page object Requires `read_content` access scope or `read_online_store_pages` access scope. A standalone content page in the online store. Pages display HTML-formatted content for informational pages like "About Us", contact information, or shipping policies. Each page has a unique handle for URL routing and supports custom template suffixes for specialized layouts. Pages can be published or hidden, and include creation and update timestamps. ## Fields * body * bodySummary * createdAt * defaultCursor * events * handle * id * isPublished * metafield * metafields * metafieldsByIdentifiers * publishedAt * templateSuffix * title * translations * updatedAt * metafieldDefinitions: deprecated *** ## Map ### Fields and connections with this object * [PageConnection.nodes](https://shopify.dev/docs/api/admin-graphql/unstable/connections/PageConnection#returns-nodes) * [PageEdge.node](https://shopify.dev/docs/api/admin-graphql/unstable/objects/PageEdge#field-PageEdge.fields.node) ### Possible type in * [Metafield​Reference](https://shopify.dev/docs/api/admin-graphql/unstable/unions/MetafieldReference) * [Metafield​Referencer](https://shopify.dev/docs/api/admin-graphql/unstable/unions/MetafieldReferencer) *** ## Queries * page * pages *** ## Page Queries ### Queried by * [page](https://shopify.dev/docs/api/admin-graphql/unstable/queries/page) * [pages](https://shopify.dev/docs/api/admin-graphql/unstable/queries/pages) *** ## Mutations * pageCreate * pageUpdate *** ## Page Mutations ### Mutated by * [page​Create](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/pageCreate) * [page​Update](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/pageUpdate) *** ## Interfaces * HasEvents * HasMetafieldDefinitions * HasMetafields * HasPublishedTranslations * Navigable * Node *** ## Page Implements ### Implements * [Has​Events](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/HasEvents) * [Has​Metafield​Definitions](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/HasMetafieldDefinitions) * [Has​Metafields](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/HasMetafields) * [Has​Published​Translations](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/HasPublishedTranslations) * [Navigable](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/Navigable) * [Node](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/Node)