fetchCountries
zid.store.settings.fetchCountries().then(function (response) { /* Handle response */ });
fetchCitiesOfCountry
countryId
- The unique identifier of the country.zid.store.settings.fetchCitiesOfCountry(countryId).then(function (response) { /* Handle response */ });
fetchTermsAndCondition
zid.store.settings.fetchTermsAndCondition().then(function (response) { /* Handle response */ });
fetchPrivacyPolicy
zid.store.settings.fetchPrivacyPolicy().then(function (response) { /* Handle response */ });