taxExemptions
#List tax exemptions for the current tenant.
Tax rates, jurisdictions, and invoice tax computation.
List tax exemptions for the current tenant.
List tax policies for the current tenant.
Arguments
Default
{
"vertical": null,
"taxType": null,
"activeOnly": false,
"search": null,
"pagination": {
"limit": 10,
"page": 1,
"after": null
}
}Get a single tax policy with its rates.
Arguments
Get all versions of a tax policy by key.
Arguments
List all tax provider configs for the current tenant.
Arguments
Default
trueList tax zones for the current tenant.
Arguments
Default
{
"countryCode": null,
"adminRegionId": null,
"cityId": null,
"activeOnly": false,
"search": null,
"pagination": {
"limit": 10,
"page": 1,
"after": null
}
}Activate a tax policy version (deactivates other versions with the same key).
Arguments
Create a tax exemption rule.
Arguments
Create a new tax policy with optional inline rates.
Arguments
Create a tax engine provider configuration for the tenant.
Arguments
Add a tax rate to a policy.
Arguments
Create a new tax zone (jurisdiction).
The (country, admin_region, city) chain is validated by a trigger on
tax.zones — inconsistent FKs surface as a Postgres error here.
Arguments
Deactivate a tax policy version.
Arguments
Delete a tax exemption.
Arguments
Delete (deactivate) a tax provider config.
Arguments
Delete a tax rate.
Arguments
Soft-delete a tax zone (sets active = false).
Arguments
Update a tax exemption.
Arguments
Update an existing tax policy.
Arguments
Update a tax engine provider configuration.
Arguments
Update a tax rate.
Arguments
Update an existing tax zone. Geographic consistency is enforced by
the trg_tax_zones_validate_geography trigger.
Arguments
BetterSuite is built for teams who see on-demand as a business — not a feature.