Avalara · JSON Structure

Hs Code Classification Classify Response Structure

ClassifyResponse schema from Avalara API

Type: object Properties: 4
Taxes

ClassifyResponse 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

itemCode description predictions avataxCode

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/hs-code-classification-classify-response-structure.json",
  "description": "ClassifyResponse schema from Avalara API",
  "type": "object",
  "properties": {
    "itemCode": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "predictions": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ClassificationPrediction"
      }
    },
    "avataxCode": {
      "type": "string",
      "description": "Recommended Avalara tax code"
    }
  },
  "name": "ClassifyResponse"
}