object

LocationCountry

Details about a country location.
Fields
The unique identifier (24-digit Mongo Object ID) for the country.
capital
String
The capital of the country.
country_code
String
The country code used for the country.
currency
String
The currency code used in the country.
default_currency
LocationDefaultCurrency
The default currency used in the country.
default_language
LocationDefaultLanguage
The default language spoken in the country.
iso2
String
The ISO 3166-1 alpha-2 code for the country.
iso3
String
The ISO 3166-1 alpha-3 code for the country.
latitude
String
The latitude of the store's location.
longitude
String
The longitude of the store's location.
name
String
The name of the country.
parent
String
The parent country if this is a subnational entity (e.g., a territory or region).
phone_code
String
The international dialing code for the country.
state_code
String
The code representing the state or region within the country, if applicable.
type
String
The type of location, which is a country in this context.
uid
Int
A unique identifier for the country.