Skip to main content

List markets

Gets a list of all markets

Responses
200

A collection of markets.

Schema OPTIONAL
object[]
Id int32 OPTIONAL

Market id.

Name string OPTIONAL

Market Name.

DisplayName string OPTIONAL

Market display name.

Currency string OPTIONAL

Default currency iso code of the market.

VatRate double OPTIONAL

Default VAT Rate of the market.

MarketPrefix string OPTIONAL

Market prefix. Usually the top level domain of the market.

CountryId int32 OPTIONAL

Default country Id of the market.

CurrencyId int32 OPTIONAL

Default currency Id of the market.

CurrencyRate double OPTIONAL

Currency rate of the default currency.

LanguageId int32 OPTIONAL

Default language Id of the market.

Language string OPTIONAL

Default language iso code of the market.

Languages object[] OPTIONAL

All languages of the market.

LanguageId int32 OPTIONAL

Language id.

Name string OPTIONAL

Language Name

Code string OPTIONAL

ISO code of the language.

Countries object[] OPTIONAL

All countries of the market.

CountryId int32 OPTIONAL

Country id.

Name string OPTIONAL

Country Name

Code string OPTIONAL

ISO code of the country.

VatRate double OPTIONAL

VAT Rate of the country.

CurrencyId int32 OPTIONAL

Currency id of the country.

Currencies object[] OPTIONAL

All currencies of the market.

Name string OPTIONAL

Currency Name.

Code string OPTIONAL

Iso code of the currency.

CurrencyId int32 OPTIONAL

Currency id.

CurrencyRate double OPTIONAL

Currency rate.