Static code for home page
Last updated
Was this helpful?
Last updated
Was this helpful?
GET
https://storefront.ecwid.com/home-page/{storeId}/static-code
Request does not require any access scopes.
All path params are required.
storeId
number
Ecwid store ID.
All query params are optional.
lang
string
Set language for text labels.
If not specified, Ecwid will respond with default store language.
baseUrl
string
Set base store URL for links in response. If not specified, Ecwid will use the main URL from store settings.
cleanUrls
boolean
Set true
to force receiving clean URLs – catalog links without hashbang (/#!/
).
If not specified, links will use store URL format.
tplvar_*
string
Pass ec.storefront.*
appearance option in the request to customize static page design.
If not specified, the response will use current design settings.
internationalPages
string
limit
number
Specify the exact fields to receive in response JSON. If not specified, the response JSON will have all available fields for the entity.
Example: ?responseFields=generalInfo(storeId,storeUrl)
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
lastUpdated
number
UNIX timestamp for when the page was generated
Set URL to receive store translations. Format: international_pages[en]
. HTML is returned in hrefLangHtml
field.
hreflang
HTML tag for translated versions of your website. Returned if international_pages
request parameter is set.