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

CreateTaxRateRuleDTO

The tax rate rule to be created.

Properties

referencestringRequired
The snake-case name of the data model that the tax rule references. For example, product. Learn more in this guide.
reference_idstringRequired
The ID of the record of the data model that the tax rule references. For example, prod_123. Learn more in this guide.
tax_rate_idstringRequired
The associated tax rate's ID.
metadataRecord<string, unknown>
Holds custom data in key-value pairs.
created_bynull | string
Who created the tax rate rule. For example, the ID of the user that created it.
Was this section helpful?