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

ProductTaxRate

This represents the association between a tax rate and a product to indicate that the product is taxed in a way different than the default.

Properties

product_idstringRequired
The ID of the Product
rate_idstringRequired
The ID of the Tax Rate
created_atDateRequired
The date with timezone at which the resource was created.
updated_atDateRequired
The date with timezone at which the resource was updated.
metadataRecord<string, unknown>Required
An optional key-value map with additional details
productProduct
The details of the product.
tax_rateTaxRate
The details of the tax rate.
Was this section helpful?