Skip to main content

taxCountryConfiguration Query

Tax class rates grouped by country.

Requires one of the following permissions: AUTHENTICATED_STAFF_USERAUTHENTICATED_APP
taxCountryConfiguration(
countryCode: CountryCode!
): TaxCountryConfiguration
Details
type TaxCountryConfiguration {
country: CountryDisplay!
taxClassCountryRates: [TaxClassCountryRate!]!
}

Arguments

countryCode ● CountryCode!

Country for which to return tax class rates.

Type

TaxCountryConfiguration

Tax class rates grouped by country.