Skip to main content
Skip to main content
You're viewing the documentation for v1, which isn't the latest Medusa version.Latest documentation

UpdateTaxRateDTO

The attributes to update in the tax rate.

Properties

ratenull | number
The rate to charge.
codenull | string
The code of the tax rate.
namestring
The name of the tax rate.
rulesOmit<CreateTaxRateRuleDTO, "tax_rate_id">[]
The rules of the tax rate.
is_defaultboolean
Whether the tax rate is default.
is_combinableboolean
Whether the tax rate is combinable. Learn more here.
metadataRecord<string, unknown>
Holds custom data in key-value pairs.
Was this section helpful?