BigCommerce · Schema

TaxPrice

E-CommerceRetailCatalogOrderCheckoutPaymentsSoftware-as-a-Service

Properties

Name Type Description
amount_inclusive number The price of this line item inclusive of tax. Must be equal to **amount_exclusive** + **total_tax**.
amount_exclusive number The price of this line item exclusive of tax. Must be equal to **amount_inclusive** - **total_tax**.
total_tax number The total amount of tax that applied to this line item. Must be equal to **amount_inclusive** - **amount_exclusive**.
tax_rate number The total tax rate that applied to this item. This is the aggregated rate of the individual rates in **sales_tax_summary**.
sales_tax_summary array Breakdown of the sales taxes that applied to this item.
View JSON Schema on GitHub

JSON Schema

bigcommerce-response-taxprice-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/response-taxprice",
  "title": "TaxPrice",
  "type": "object",
  "properties": {
    "amount_inclusive": {
      "type": "number",
      "description": "The price of this line item inclusive of tax. Must be equal to **amount_exclusive** + **total_tax**."
    },
    "amount_exclusive": {
      "type": "number",
      "description": "The price of this line item exclusive of tax. Must be equal to **amount_inclusive** - **total_tax**."
    },
    "total_tax": {
      "type": "number",
      "description": "The total amount of tax that applied to this line item. Must be equal to **amount_inclusive** - **amount_exclusive**."
    },
    "tax_rate": {
      "type": "number",
      "format": "double",
      "description": "The total tax rate that applied to this item. This is the aggregated rate of the individual rates in **sales_tax_summary**."
    },
    "sales_tax_summary": {
      "type": "array",
      "description": "Breakdown of the sales taxes that applied to this item.",
      "items": {
        "$ref": "#/components/schemas/SalesTax"
      }
    }
  },
  "required": [
    "amount_inclusive",
    "amount_exclusive",
    "total_tax",
    "tax_rate",
    "sales_tax_summary"
  ],
  "x-internal": false
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/bigcommerce-response-taxprice"
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.