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_id
stringRequiredThe ID of the Product
rate_id
stringRequiredThe ID of the Tax Rate
created_at
DateRequiredThe date with timezone at which the resource was created.
updated_at
DateRequiredThe date with timezone at which the resource was updated.
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
The details of the product.
The details of the tax rate.
Was this section helpful?