Fields
id
StringThe unique identifier (24-digit Mongo Object ID) for the country.
capital
StringThe capital of the country.
country_code
StringThe country code used for the country.
currency
StringThe currency code used in the country.
default_currency
LocationDefaultCurrencyThe default currency used in the country.
default_language
LocationDefaultLanguageThe default language spoken in the country.
iso2
StringThe ISO 3166-1 alpha-2 code for the country.
iso3
StringThe ISO 3166-1 alpha-3 code for the country.
latitude
StringThe latitude of the store's location.
longitude
StringThe longitude of the store's location.
name
StringThe name of the country.
parent
StringThe parent country if this is a subnational entity (e.g., a territory or region).
phone_code
StringThe international dialing code for the country.
state_code
StringThe code representing the state or region within the country, if applicable.
type
StringThe type of location, which is a country in this context.
uid
IntA unique identifier for the country.
Was this section helpful?