Overview

Represents properties of a country. We maintain a list of countries in our database which are exposed as website.countries on the global Website object and used in addresses.

Filtering

When used in paginations can be filtered with the where filter by:

and sorted with the sort filter by:

Properties

country.id

Returns the unique ID of the country.

country.name

Returns the name of the country.

country.code

Returns the 2-character ISO code for the country.

country.code3