Avalara · JSON Structure

Hs Code Classification Hs Code Info Structure

HSCodeInfo schema from Avalara API

Type: object Properties: 6
Taxes

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

Properties

hsCode description level parentCode dutyRate 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/hs-code-classification-hs-code-info-structure.json",
  "description": "HSCodeInfo schema from Avalara API",
  "type": "object",
  "properties": {
    "hsCode": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "level": {
      "type": "string",
      "enum": [
        "Section",
        "Chapter",
        "Heading",
        "Subheading",
        "TariffLine"
      ]
    },
    "parentCode": {
      "type": "string"
    },
    "dutyRate": {
      "type": "string"
    },
    "unitOfMeasure": {
      "type": "string"
    }
  },
  "name": "HSCodeInfo"
}