Taxes
List taxes
Returns a paginated list of taxes.
🔒 Requires: taxes:read scope
get/taxes
Query parameters
afterinteger
The lower limit for the version numbers to be included in the response.
beforeinteger
The upper limit for the version numbers to be included in the response.
page_sizeinteger
The maximum number of items to be returned in the response.
Response
Example response
{
"data": [
{
"rates": [
{
"rules": [
{
"tax_code": "vend_clothing_footwear",
"type": "threshold",
"value": 90
}
]
}
]
}
]
}