Toast · JSON Structure

Orders Applied Tax Rate Structure

A tax rate that is applied to an item or service charge.

Type: object Properties: 0 Required: 1
Food ServicePoint-of-SaleRestaurantHospitality

AppliedTaxRate is a JSON Structure definition published by Toast. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/toast/refs/heads/main/json-structure/orders-applied-tax-rate-structure.json",
  "name": "AppliedTaxRate",
  "description": "A tax rate that is applied to an item or service charge.",
  "type": "object",
  "required": [
    "taxRate"
  ],
  "allOf": [
    {
      "$ref": "#/definitions/ToastReference"
    },
    {
      "type": "object",
      "properties": {
        "entityType": {
          "description": "The type of object this is.",
          "type": "string"
        },
        "taxRate": {
          "type": "object",
          "$ref": "#/definitions/ToastReference"
        },
        "name": {
          "type": "string",
          "description": "The name of the tax rate."
        },
        "rate": {
          "type": "double",
          "description": "The tax rate, which can be a fixed amount, a percentage, or null."
        },
        "taxAmount": {
          "type": "double",
          "description": "The tax amount that was actually applied."
        },
        "type": {
          "type": "string",
          "description": "The type of the tax rate. Default is `PERCENT`.\n\nThe value `EXTERNAL` indicates that the tax is for a marketplace\nfacilitator order, and that the marketplace facilitator\norganization calculated the tax amount.\n",
          "enum": [
            "PERCENT",
            "FIXED",
            "NONE",
            "TABLE",
            "EXTERNAL"
          ]
        },
        "facilitatorCollectAndRemitTax": {
          "type": "boolean",
          "description": "Indicates whether the marketplace facilitator that\nreceived a guest order remitted the tax amount on behalf\nof the Toast platform restaurant.\n\nYou can use this information to identify tax amounts that\nhave already been paid by an ordering service provider\nand do not need to be paid again.\n\n* `true` - The marketplace facilitator paid the tax\namount on behalf of the Toast platform restaurant\nlocation.\n\n* `false` - The marketplace facilitator has not paid the\ntax amount. The Toast platform restaurant location may be\nrequired to pay the tax amount.\n\n**Note**: Toast API response data is not guidance or\nadvice for tax compliance.\n"
        },
        "displayName": {
          "type": "string",
          "description": "The name of the tax rate as it appears on guest receipts."
        },
        "jurisdiction": {
          "type": "string",
          "description": "The state or province of the tax rate for reporting purposes."
        },
        "jurisdictionType": {
          "type": "string",
          "description": "The jurisdiction type (ex. STATE, COUNTY, etc.) of the tax rate for reporting purposes."
        }
      }
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/orders-applied-tax-rate-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.