Taxes
Create tax
Creates a new tax.
🔒 Requires: taxes:write scope
post/taxes
Request body
Example request
{
"rate": 0.1
}Response
Tax created successfully.
Example response
{
"data": {
"rates": [
{
"rules": [
{
"tax_code": "vend_clothing_footwear",
"type": "threshold",
"value": 90
}
]
}
]
}
}