Properties
| Name | Type | Description |
|---|---|---|
| id | integer | Tax Zone ID. Internal identifier used to get, update, or delete a specific tax zone. |
| name | string | The human-readable name for this tax zone. The name appears in the store control panel. |
| enabled | boolean | Indicates whether a tax zone is enabled. Tax operations are only for enabled zones. |
| price_display_settings | object | Settings that describe how a store displays prices to shoppers matched with this tax zone. |
| shopper_target_settings | object | Settings that describe which shoppers match this tax zone and help determine the most appropriate target for a shopper. You cannot define shopper target settings for the default tax zone because it mu |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Tax_ZonePUT",
"title": "Tax_ZonePUT",
"type": "object",
"properties": {
"id": {
"type": "integer",
"description": "Tax Zone ID. Internal identifier used to get, update, or delete a specific tax zone."
},
"name": {
"type": "string",
"description": "The human-readable name for this tax zone. The name appears in the store control panel.",
"example": "Australia"
},
"enabled": {
"type": "boolean",
"description": "Indicates whether a tax zone is enabled. Tax operations are only for enabled zones.",
"default": true
},
"price_display_settings": {
"type": "object",
"description": "Settings that describe how a store displays prices to shoppers matched with this tax zone.",
"properties": {
"show_inclusive": {
"type": "boolean",
"description": "Indicates whether to show prices as tax inclusive or tax exclusive to shoppers matched with this tax zone."
},
"show_both_on_detail_view": {
"type": "boolean",
"description": "Indicates whether to show both tax inclusive and tax exclusive prices when viewing product detail; for example, on product pages. This view applies to shoppers matched with this tax zone."
},
"show_both_on_list_view": {
"type": "boolean",
"description": "Indicates whether to show both tax inclusive and tax exclusive prices when viewing a list of products; for example, on category and brand pages. This view applies to shoppers matched with this tax zone."
}
}
},
"shopper_target_settings": {
"type": "object",
"description": "Settings that describe which shoppers match this tax zone and help determine the most appropriate target for a shopper. You cannot define shopper target settings for the default tax zone because it must accommodate all shoppers who don\u02bct qualify for any other zone.",
"properties": {
"locations": {
"type": "array",
"description": "A tax zone may target shoppers in one or more locations.",
"items": {
"type": "object",
"properties": {
"country_code": {
"type": "string",
"example": "AU",
"description": "Two-letter ISO 3166-1 country code"
},
"subdivision_codes": {
"type": "array",
"example": [
"NSW",
"QLD"
],
"description": "Three-letter ISO 3166-2 subdivision code",
"items": {
"type": "string"
}
},
"postal_codes": {
"type": "array",
"example": [
"2234",
"2170"
],
"items": {
"type": "string"
}
}
}
}
},
"customer_groups": {
"type": "array",
"description": "One or more customer groups that a tax zone targets. Empty array if zone applies to all customers.",
"items": {
"type": "integer"
}
}
}
}
},
"required": [
"id"
]
}
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-zoneput"
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.