For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer
Developer
Search docs
/
Ask AI
Dev Portal
Docs
API Reference
Learn
Community
Changelog
GraphQL
Storefront
Types
Interfaces
WebPage
INTERFACE
Copy page
WebPage details.
Fields
entityId
Integer
Required
Unique ID for the web page.
breadcrumbs
BreadcrumbConnection
Required
Web page breadcrumbs.
Show arguments and fields
name
String
Required
Page name.
isVisibleInNavigation
Boolean
Required
Whether or not the page should be visible in the navigation menu.
seo
SeoDetails
Required
Page SEO details.
Show 3 fields
children
PageConnection
Required
Details of the web page children.
Show arguments and fields
locales
LocaleAlternateConnection
Required
Locale paths and URLs.
Show arguments and fields
parentEntityId
Integer
Optional
Unique ID for the parent page.
Implemented by
BlogIndexPage
ContactPage
ExternalLinkPage
NormalPage
RawHtmlPage
Referenced by
Fields
PageEdge.node
Content.page