Avalara · JSON Structure

Item Classification Hs Code Detail Structure

HSCodeDetail schema from Avalara API

Type: object Properties: 7
Taxes

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

Properties

hsCode description chapter section 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/item-classification-hs-code-detail-structure.json",
  "description": "HSCodeDetail schema from Avalara API",
  "type": "object",
  "properties": {
    "hsCode": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "chapter": {
      "type": "string"
    },
    "section": {
      "type": "string"
    },
    "parentCode": {
      "type": "string"
    },
    "dutyRate": {
      "type": "string"
    },
    "unitOfMeasure": {
      "type": "string"
    }
  },
  "name": "HSCodeDetail"
}