For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Search docs
/
Ask AI
Dev Portal
Docs
API Reference
Learn
Community
Changelog
Developer
Developer
Developer
Developer
GraphQL
Storefront
Queries
countries
Copy page
A list of available countries.
Arguments
filters
CountryFiltersInput
Optional
An input parameter to narrow down the countries you receive based on country name and code.
Show 2 properties
Returns
an optional list of Countrys
entityId
Integer
A country's ID.
code
String
The 2-letter ISO Alpha-2 code for a country.
name
String
A country's name.
iso3
String
The 3-letter ISO Alpha-3 code for a country.
currency
CountryCurrency
A country's currency.
Show 3 properties
statesOrProvinces
list of StateOrProvinces
A country's states or provinces.
Show 3 properties