Update a tax rate
Updates the supplied fields on a tax rate. Omitted fields are left unchanged.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
^[0-9]+$Body
Whether the rate is charged at checkout. An inactive rate stays configured but is not applied.
The kind of tax this rate represents.
other, sales Name of the tax rate, such as the jurisdiction that levies it or the category it covers.
The rate charged. When value_type is percentage, this is a percentage of the taxable amount — 8.25 means 8.25%. When it is amount, this is a fixed amount of currency charged per unit sold.
^[0-9]+(\.[0-9]+)?$"8.25"
How value is applied: a fixed amount or a percentage.
amount, percentage Response
A tax applied to products at a store, charged as a flat amount or a percentage.
Unique identifier for the record.
Whether the rate is charged at checkout. An inactive rate stays configured but is not applied.
The kind of tax this rate represents.
other, sales When the record was created.
Name of the tax rate, such as the jurisdiction that levies it or the category it covers.
When the record was last changed.
The rate charged. When value_type is percentage, this is a percentage of the taxable amount — 8.25 means 8.25%. When it is amount, this is a fixed amount of currency charged per unit sold.
^[0-9]+(\.[0-9]+)?$"8.25"
How value is applied: a fixed amount or a percentage.
amount, percentage