TaxRate
A Tax Rate can be used to define a custom rate to charge on specified products, product types, and shipping options within a given region.
Properties
id
stringRequiredThe tax rate's ID
created_at
DateRequiredThe date with timezone at which the resource was created.
updated_at
DateRequiredThe date with timezone at which the resource was updated.
rate
null | numberRequiredThe numeric rate to charge
code
null | stringRequiredA code to identify the tax type by
name
stringRequiredA human friendly name for the tax
region_id
stringRequiredThe ID of the region that the rate belongs to.
The details of the region that the rate belongs to.
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
The details of the products that belong to this tax rate.
The details of the product types that belong to this tax rate.
The details of the shipping options that belong to this tax rate.
product_count
numberThe count of products
product_type_count
numberThe count of product types
shipping_option_count
numberThe count of shipping options
Was this section helpful?