Skip to Content

page

Get a single page by ID

Authentication

Public Access: Accessible with the public API key

Query Structure

{ page(id: ID!) { handle seoDescription seoTitle seoKeywords url title id isStatic content createdAt updatedAt } }

Arguments

ArgumentTypeRequiredDescription
idIDYesThe ID of the page to retrieve

Return Type

Page - A static or dynamic store page, including content, SEO information, and hierarchy.

Example

{ page(id: 12345) { id title handle url content seoTitle seoDescription seoKeywords isStatic createdAt updatedAt } }