TaxClassUpdateInput
No description
input TaxClassUpdateInput {
name: String
updateCountryRates: [CountryRateUpdateInput!]
removeCountryRates: [CountryCode!]
}
Fields
TaxClassUpdateInput.name ● String scalar
Name of the tax class.
TaxClassUpdateInput.updateCountryRates ● [CountryRateUpdateInput!] list input
List of country-specific tax rates to create or update for this tax class.
TaxClassUpdateInput.removeCountryRates ● [CountryCode!] list enum
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
Was this page helpful?