taxCountryConfigurationDelete Mutation
Remove all tax class rates for a specific country.
taxCountryConfigurationDelete(
countryCode: CountryCode!
): TaxCountryConfigurationDelete
Details
type TaxCountryConfigurationDelete {
taxCountryConfiguration: TaxCountryConfiguration
errors: [TaxCountryConfigurationDeleteError!]!
}
Arguments
countryCode ● CountryCode!
Country in which to update the tax class rates.
Type
TaxCountryConfigurationDelete
Remove all tax class rates for a specific country.