--- title: page - Storefront API description: Fetch a specific `Page` by one of its unique attributes. api_version: 2025-01 api_name: storefront type: query api_type: graphql source_url: html: 'https://shopify.dev/docs/api/storefront/2025-01/queries/page' md: 'https://shopify.dev/docs/api/storefront/2025-01/queries/page.md' --- # page query Fetch a specific `Page` by one of its unique attributes. ## Arguments * handle [String](https://shopify.dev/docs/api/storefront/2025-01/scalars/String) The handle of the `Page`. * id [ID](https://shopify.dev/docs/api/storefront/2025-01/scalars/ID) The ID of the `Page`. *** ## Possible returns * Page [Page](https://shopify.dev/docs/api/storefront/2025-01/objects/Page) Shopify merchants can create pages to hold static HTML content. Each Page object represents a custom page on the online store. *** ## Examples * ### page reference ## Query Reference ```graphql { page { # page fields } } ```