Avalara · JSON Structure

Item Classification Classification Item Structure

ClassificationItem schema from Avalara API

Type: object Properties: 4 Required: 1
Taxes

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

Properties

itemCode description summary attributes

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/item-classification-classification-item-structure.json",
  "description": "ClassificationItem schema from Avalara API",
  "type": "object",
  "required": [
    "description"
  ],
  "properties": {
    "itemCode": {
      "type": "string",
      "description": "Unique item identifier"
    },
    "description": {
      "type": "string",
      "description": "Product description for classification"
    },
    "summary": {
      "type": "string",
      "description": "Short product summary"
    },
    "attributes": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "description": "Additional product attributes for classification"
    }
  },
  "name": "ClassificationItem"
}