IkasBaseStore
customerStoreIkasCustomerStoreRefer to the IkasCustomerStore reference.
cartStoreIkasCartStoreRefer to the IkasCartStore reference.
currentPageTypeIkasThemeJsonPageType | null | undefinedIf you need to know which page the merchant is currently on, you can use this field. Refer to the IkasThemeJsonPageType reference.
localeOptionsIkasLocaleOption[]Available locale options for the storefront. Refer to the IkasLocaleOption reference.
showLocaleOptionsbooleanIndicates whether the localeOptions should be shown to the customer.
This usually means that the customer is visiting from a country
for which there is a specific locale/pricing available.
(The isRecommended=true localeOption).
currentCountryCodestring | null | undefinedISO2 code of the visiting country of the customer.
getInstancefunctionFunction to access the singleton IkasBaseStore instance.
function getInstance(): getInstance