get https://storefront.ecwid.com/home-page//static-code
Get store home page's static HTML to utilize fast load of store home page on your website pages.
Access scopes
This endpoint doesn't require any access scopes.
Response
A JSON object with the following fields:
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 |
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 |