page
A page on a store.
Properties
The author of the page.
- metafieldsmetafields
The metafields applied to the page.
TipTo learn about how to create metafields, refer to Create and manage metafields or visit the Shopify Help Center.
Tip:To learn about how to create metafields, refer to Create and manage metafields or visit the Shopify Help Center.
Tip: To learn about how to create metafields, refer to <a href="/apps/metafields/manage">Create and manage metafields</a> or visit the <a href="https://help.shopify.com/manual/metafields">Shopify Help Center</a>.
A timestamp for when the page was published.
TipUse the
datefilter to format the timestamp.Tip:Use the
datefilter to format the timestamp.Tip: Use the <a href="/docs/api/liquid/filters/date"><code>date</code> filter</a> to format the timestamp.
The name of the custom template assigned to the page.
The name doesn't include the
page.prefix, or the file extension (.jsonor.liquid).If a custom template isn't assigned to the page, then
nilis returned.
Example
{
"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": {}
}