taxCountryConfiguration Query
Tax class rates grouped by country.
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.