| tax_id | integer The internal ID for this tax rate. |
| type | string Valid values are state, country, duty, vat, single-vat, all, or other. |
| tax_rate | number The percentage rate to charge the customer. |
| vat_type | string Valid values are added, included, or other. Only applies to vat and single-vat tax rate types. |
| state_code | string Required for tax type state. |
| country_code | string Required for tax types state, country, vat (where applicable), and duty. For type duty, this is the exempt country. |
| stripe_taxrate_id | string Connect this rate to Stripe, if applicable. |
{- "tax_id": 0,
- "type": "string",
- "tax_rate": 0,
- "vat_type": "string",
- "state_code": "string",
- "country_code": "string",
- "stripe_taxrate_id": "string"
}This allows you to get a list of tax rates
Successful operation
Unauthorized
[- {
- "tax_id": 0,
- "type": "string",
- "tax_rate": 0,
- "vat_type": "string",
- "state_code": "string",
- "country_code": "string",
- "stripe_taxrate_id": "string"
}
]This allows you to add a new tax rate
Submit any or all elements to add a new tax rate.
Successful operation
Unauthorized
{- "type": "string",
- "tax_rate": 0,
- "vat_type": "string",
- "state_code": "string",
- "country_code": "string",
- "stripe_taxrate_id": "string"
}{- "tax_id": 0,
- "type": "string",
- "tax_rate": 0,
- "vat_type": "string",
- "state_code": "string",
- "country_code": "string",
- "stripe_taxrate_id": "string"
}This allows you to get a tax rate from your store by tax rate ID
Successful operation
Unauthorized
{- "tax_id": 0,
- "type": "string",
- "tax_rate": 0,
- "vat_type": "string",
- "state_code": "string",
- "country_code": "string",
- "stripe_taxrate_id": "string"
}This allows you to update a tax rate
Submit any or all elements to update the tax rate.
Successful operation
Unauthorized
{- "type": "string",
- "tax_rate": 0,
- "vat_type": "string",
- "state_code": "string",
- "country_code": "string",
- "stripe_taxrate_id": "string"
}{- "tax_id": 0,
- "type": "string",
- "tax_rate": 0,
- "vat_type": "string",
- "state_code": "string",
- "country_code": "string",
- "stripe_taxrate_id": "string"
}This allows you to delete a tax rate your store
Successful operation
Unauthorized
{- "tax_id": 0,
- "type": "string",
- "tax_rate": 0,
- "vat_type": "string",
- "state_code": "string",
- "country_code": "string",
- "stripe_taxrate_id": "string"
}