Skip to main content
Version: 3.x

taxCountryConfigurationUpdate

Update tax class rates for a specific country.

Added in Saleor 3.9
Requires MANAGE_TAXESpermission.
taxCountryConfigurationUpdate(
countryCode: CountryCode!
updateTaxClassRates: [TaxClassRateInput!]!
): TaxCountryConfigurationUpdate

Arguments

taxCountryConfigurationUpdate.countryCode ● CountryCode! non-null enum

Country in which to update the tax class rates.

taxCountryConfigurationUpdate.updateTaxClassRates ● [TaxClassRateInput!]! non-null input

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

Update tax class rates for a specific country.

Added in Saleor 3.9
Requires MANAGE_TAXESpermission.

Was this page helpful?