Skip to main content

page

A page on a store.

PropertiesTypeDescription
contentstringThe content of the page.
idstringThe ID of the page.
titlestringThe title of the page.
urlstringThe relative URL of the page.
Object
{
"content": "<p>description...</p>",
"id": "7537",
"title": "Contact",
"url": "/pages/contact"
}