OBJECT
SiteCountry
Site country information
link GraphQL Schema definition
- type SiteCountry {
- # Two-letter UPPERCASE country code, e.g. "DE"
- String! :
- # Currency code, e.g. "AUD"
- String! :
- ID! :
- # Country name, e.g. "Germany"
- String! :
- # Country name in its native locale (if exists), e.g. "Deutschland"
- String :
- # URL of the current vertical's site in this country (if exists)
- String :
- # Returns if marketplace is tax inclusive or not
- Boolean! :
- Float! :
- # True if commission is taxable for this country
- Boolean! :
- }