Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

object

Requires read_content access scope or read_online_store_pages access scope.

A page on the Online Store.

Anchor to Fields and connectionsFields and connections

•
HTML!non-null

The text content of the page, complete with HTML markup.

•
String!non-null

The first 150 characters of the page body. If the page body contains more than 150 characters, additional characters are truncated by ellipses.

•
DateTime!non-null

The date and time (ISO 8601 format) of the page creation.

•
String!non-null

A default cursor that returns the single next record, sorted ascending by ID.

•

The paginated list of events associated with the host subject.

•
String!non-null

A unique, human-friendly string for the page. In themes, the Liquid templating language refers to a page by its handle.

•
ID!non-null

A globally-unique ID.

•
Boolean!non-null

Whether or not the page is visible.

•

A custom field, including its namespace and key, that's associated with a Shopify resource for the purposes of adding and storing additional information.

•

A list of custom fields that a merchant associates with a Shopify resource.

•

The date and time (ISO 8601 format) when the page became or will become visible. Returns null when the page isn't visible.

•

The suffix of the template that's used to render the page.

•
String!non-null

Title of the page.

•

The published translations associated with the resource.

•
DateTime!non-null

The date and time (ISO 8601 format) of the latest page update.

Show
deprecated fields and connections Deprecated
Anchor to metafieldDefinitionsmetafieldDefinitions
•

List of metafield definitions. This field will be removed in a future version. Use the root metafieldDefinitions field instead.

•

Returns a private metafield by namespace and key that belongs to the resource. Metafields created using a reserved namespace are private by default. See our guide for migrating private metafields.

•
PrivateMetafieldConnection!non-nullDeprecated

List of private metafields that belong to the resource. Metafields created using a reserved namespace are private by default. See our guide for migrating private metafields.


Was this section helpful?

•
query

Returns a Page resource by ID.

•
query

List of the shop's pages.


Was this section helpful?

•
mutation

Creates a page.

•
mutation

Updates a page.


Was this section helpful?