Avalara · JSON Structure

Item Classification Classification Request Structure

ClassificationRequest schema from Avalara API

Type: object Properties: 2 Required: 1
Taxes

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

Properties

items destinationCountry

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-request-structure.json",
  "description": "ClassificationRequest schema from Avalara API",
  "type": "object",
  "required": [
    "items"
  ],
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ClassificationItem"
      }
    },
    "destinationCountry": {
      "type": "string",
      "description": "ISO 3166-1 alpha-2 destination country code"
    }
  },
  "name": "ClassificationRequest"
}