Info > Info
Info
Use the Storefront API to retrieve general shop information such as supported countries, currencies, and provinces.
Endpoints
| Endpoint | Description | JSON API |
|---|---|---|
| countries | Get all countries | GET:countries.json |
| infoAllProvinces | Get all provinces of all countries | GET:info/all_provinces.json |
| infoContentModels | Get built-in content models | GET:info/content_models.json |
| infoCountries | Get all countries | GET:info/countries.json |
| infoCurrencies | Get all currencies | GET:info/currencies.json |
| infoDataFeeds | Get info about data feeds | GET:info/data_feeds.json |
| infoLanguages | Get all languages | GET:info/languages.json |
| infoProvinces | Get all provinces | GET:info/provinces.json |
| infoTimezones | Get all timezones | GET:info/timezones.json |
| provinces | Get all provinces | GET:provinces.json |
Types
| Types |
|---|
| ContentModel |
| InfoCountry |
| InfoCurrency |
| InfoDataFeeds |
| InfoLanguage |
| InfoProvince |
| InfoTimezone |