Properties
| Name | Type | Description |
|---|---|---|
| class_rates | array | Tax rates for tax classes. You must assign at least one tax rate for each tax class defined on a store. |
| enabled | boolean | Indicates whether a tax rate is enabled. Tax operations are only for enabled zones. |
| id | integer | Tax Rate ID. Internal identifier to update and delete a specific tax rate. |
| name | string | The human-readable name for this tax zone. The name appears in the store control panel and may be visible to shoppers, depending on store tax settings. |
| priority | integer | Allows for compounding tax rates, common in certain jurisdictions. |
| tax_zone_id | integer | ID of an associated tax zone. You must associate a tax rate with a tax zone. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Tax_Rate",
"title": "Tax_Rate",
"type": "object",
"properties": {
"class_rates": {
"type": "array",
"description": "Tax rates for tax classes. You must assign at least one tax rate for each tax class defined on a store.",
"items": {
"type": "object",
"properties": {
"rate": {
"type": "number",
"description": "The tax rate that you apply to the items in a tax class.",
"example": 5
},
"tax_class_id": {
"type": "integer",
"description": "ID of a tax class. You must associate a tax rate with a tax class. The rate will apply to all the items in this tax class.",
"example": 1
}
}
}
},
"enabled": {
"type": "boolean",
"description": "Indicates whether a tax rate is enabled. Tax operations are only for enabled zones.",
"default": true
},
"id": {
"type": "integer",
"description": "Tax Rate ID. Internal identifier to update and delete a specific tax rate.",
"example": 3
},
"name": {
"type": "string",
"description": "The human-readable name for this tax zone. The name appears in the store control panel and may be visible to shoppers, depending on store tax settings.",
"example": "Sales Tax"
},
"priority": {
"type": "integer",
"description": "Allows for compounding tax rates, common in certain jurisdictions.",
"default": 1
},
"tax_zone_id": {
"type": "integer",
"description": "ID of an associated tax zone. You must associate a tax rate with a tax zone.",
"example": 2
}
},
"x-examples": {}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/bigcommerce-tax-rate"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.