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

UpsertTaxRateDTO

The attributes in the tax rate to be created or updated.

Properties

idstring
The ID of the tax rate. If not provided, the tax rate is created.
ratenull | number
The rate to charge
codenull | string
The code of the tax rate.
namestring
The name of the tax rate.
is_defaultboolean
Whether the tax rate is default.
created_bynull | string
Who created the tax rate. For example, the ID of the user that created it.
metadatanull | Record<string, unknown>
Holds custom data in key-value pairs.
Was this section helpful?