API Endpoints

Update a tax rate

Updates a taxRate object with the values passed in. Any parameters not provided are left unchanged.

Log in to see full request history
Path Params
string
required

A unique identifier for a tax rate.

Body Params
string
required

A name for the tax rate.

string
required

A description for the tax rate.

string
required

The country this tax rate applies to.

string

Metadata for the tax rate.

string
required

The type of the tax. One of 'salesTax' or 'valueAddedTax'.

number
required

The percentage in decimal form to apply using this tax rate.

number
required

The percentage in basis points as a string to apply using this tax rate.

boolean

True implies that the taxRate is inclusive.

string

The jurisdiction of the tax rate.

string

The state, region, or, county.

boolean

True implies that the taxRate is active.

Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json