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
code
null | stringRequiredA code to identify the tax type by
created_at
DateRequiredThe date with timezone at which the resource was created.
id
stringRequiredThe tax rate's ID
metadata
Record<string, unknown>RequiredAn optional key-value map with additional details
name
stringRequiredA human friendly name for the tax
product_count
numberThe count of products
product_type_count
numberThe count of product types
The details of the product types that belong to this tax rate.
The details of the products that belong to this tax rate.
rate
null | numberRequiredThe numeric rate to charge
The details of the region that the rate belongs to.
region_id
stringRequiredThe ID of the region that the rate belongs to.
shipping_option_count
numberThe count of shipping options
The details of the shipping options that belong to this tax rate.
updated_at
DateRequiredThe date with timezone at which the resource was updated.
Was this section helpful?