MarminDeveloper Docs

Get Countries


Returns a mapping of country display names to ISO 3166-1 alpha-2 country codes. Used for Country/IdentificationCode element in UBL 2.1 postal address structures. The mapping is generated from the Java Locale.getISOCountries() enumeration.

Use country codes when setting country_code in address objects (postal_address, delivery address, and related fields). The country code must be a valid ISO 3166-1 alpha-2 code. For UAE addresses, always use "AE".

See the right panel for request, response, and JSON examples.

Next