Skip to main content
Version: 3.x

taxCountryConfigurationDelete

Remove all tax class rates for a specific country.

Added in Saleor 3.9
Requires MANAGE_TAXESpermission.
taxCountryConfigurationDelete(
countryCode: CountryCode!
): TaxCountryConfigurationDelete

Arguments

taxCountryConfigurationDelete.countryCode ● CountryCode! non-null enum

Country in which to update the tax class rates.

Type

TaxCountryConfigurationDelete object

Remove all tax class rates for a specific country.

Added in Saleor 3.9
Requires MANAGE_TAXESpermission.

Was this page helpful?