get https://storefront.ecwid.com/category-page///static-code
Get static page contents for specific category in your store to utilize fast load of store pages on your website.
Access scopes
This endpoint doesn't require any access scopes.
Response
A JSON object of type 'Page' with the following fields:
Page
Name | Type | Description |
---|---|---|
cssFiles | Array of strings | List of CSS URLs for the page design to display properly |
htmlCode | string | HTML code for the static page |
jsCode | string | JS code for the static page |
metaDescriptionHtml | string | HTML code for the meta title and description |
canonicalUrl | string | Canonical URL for this page |
ogTagsHtml | string | HTML code for Open Graph tags |
jsonLDHtml | string | HTML code for JSON-LD product description |
hrefLangHtml | string | hreflang HTML tag for translated versions of your website. Returned if international_pages request parameter is set. Google specification |
lastUpdated | number | UNIX timestamp for when the page was generated |