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
Objects
ContactPage
OBJECT
Copy page
A contact page.
Fields
id
String
Required
The ID of an object
path
String
Required
The URL path of the page.
htmlBody
String
Required
The body of the page.
plainTextSummary
String
Required
The plain text summary of the page body.
Show 1 argument
contactFields
list of Strings
Required
The contact fields that should be used on the page.
renderedRegions
RenderedRegionsByPageType
Required
The rendered regions for the web page.
Show 1 field
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.