taxCountryConfigurationUpdate
Update tax class rates for a specific country.
Added in Saleor 3.9taxCountryConfigurationUpdate(
countryCode: CountryCode!
updateTaxClassRates: [TaxClassRateInput!]!
): TaxCountryConfigurationUpdate
Arguments
taxCountryConfigurationUpdate.countryCode
● CountryCode!
non-null enum miscellaneous
Country in which to update the tax class rates.
taxCountryConfigurationUpdate.updateTaxClassRates
● [TaxClassRateInput!]!
non-null input taxes
List of tax rates per tax class to update. When
{taxClass: id, rate: null
} is passed, it deletes the rate object for given taxClass ID. When{rate: Int}
is passed without a tax class, it updates the default tax class for this country.
Type
TaxCountryConfigurationUpdate
object taxes
Update tax class rates for a specific country.
Added in Saleor 3.9