CMS Pages
Retrieve a CMS Page
To return a single CMS Page you can use the CMS Page slug:
GET /api/v2/storefront/cms_pages/about-us
or CMS Page ID:
GET /api/v2/storefront/cms_pages/37
Note: API will attempt a Slug lookup before an ID lookup.
GET
Path Parameters
CMS Page Slug
Query Parameters
Pass cms_sections
as an include value to fetch the CMS Sections associated with each CMS Page. If you need to fetch the CMS Sections Linked Resource, you can pass cms_sections.linked_resource
.
Was this page helpful?