For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Developer
Developer
Search docs
/
Ask AI
Dev Portal
Docs
API Reference
Learn
Community
Changelog
GraphQL
Storefront
Types
Objects
Country
OBJECT
Copy page
A country representation.
Fields
entityId
Integer
Required
A country's ID.
code
String
Required
The 2-letter ISO Alpha-2 code for a country.
name
String
Required
A country's name.
iso3
String
Required
The 3-letter ISO Alpha-3 code for a country.
currency
CountryCurrency
Required
A country's currency.
Show 3 fields
statesOrProvinces
list of
StateOrProvinces
Required
A country's states or provinces.
Show 3 fields
stateRequired
Boolean
Required
Whether a state or province is required when entering an address for this country.
Referenced by
Queries
countries
Fields
SupportedShippingDestinations.countries