TaxClassUpdateInput Input Type
No description
input TaxClassUpdateInput {
name: String
updateCountryRates: [CountryRateUpdateInput!]
removeCountryRates: [CountryCode!]
}
Fields
name ● String
Name of the tax class.
updateCountryRates ● [CountryRateUpdateInput!]
List of country-specific tax rates to create or update for this tax class.
removeCountryRates ● [CountryCode!]
List of country codes for which to remove the tax class rates. Note: It removes all rates for given country code.
Member Of
taxClassUpdate mutation