Avalara · JSON Structure

Excise Excise Product Structure

ExciseProduct schema from Avalara API

Type: object Properties: 4
Taxes

ExciseProduct is a JSON Structure definition published by Avalara, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

productCode productName productCategory unitOfMeasure

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/avalara/refs/heads/main/json-structure/excise-excise-product-structure.json",
  "description": "ExciseProduct schema from Avalara API",
  "type": "object",
  "properties": {
    "productCode": {
      "type": "string"
    },
    "productName": {
      "type": "string"
    },
    "productCategory": {
      "type": "string",
      "enum": [
        "MotorFuel",
        "Diesel",
        "Aviation",
        "Alcohol",
        "Tobacco",
        "NaturalGas",
        "Other"
      ]
    },
    "unitOfMeasure": {
      "type": "string"
    }
  },
  "name": "ExciseProduct"
}