Skip to main content

page

A page on a store.

Properties

The author of the page.

The content of the page.

The handle of the page.

The ID of the page.

Anchor to
metafields

The metafields applied to the page.

Tip

To learn about how to create metafields, refer to Create and manage metafields or visit the Shopify Help Center.

Anchor to
published_at

A timestamp for when the page was published.

Tip

Use the date filter to format the timestamp.

Anchor to
template_suffix

The name of the custom template assigned to the page.

The name doesn't include the page. prefix, or the file extension (.json or .liquid).

If a custom template isn't assigned to the page, then nil is returned.

The title of the page.

The relative URL of the page.

{
"author": null,
"content": "<p>Polina's Potent Potions was started by Polina in 1654.</p>\n<p>We use all-natural locally sourced ingredients for our potions.</p>",
"handle": "about-us",
"id": 83536642113,
"metafields": {},
"published_at": "2022-05-04 17:47:03 -0400",
"template_suffix": "",
"title": "About us",
"url": {}
}
Was this section helpful?