Taxes
Get a single tax
Returns a single tax with a given ID.
🔒 Requires: taxes:read scope
get/taxes/{tax_id}
Path parameters
tax_idstring required
The tax id.
Response
Example response
{
"data": {
"rates": [
{
"rules": [
{
"tax_code": "vend_clothing_footwear",
"type": "threshold",
"value": 90
}
]
}
]
}
}