v1

latestOpenAPI 3.0.1Apache 2.02026-07-26193304444.4 KB
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
          }
        ]
      }
    ]
  }
}