Avalara · JSON Structure

Avatax Rest Item Model Structure

ItemModel schema from Avalara API

Type: object Properties: 6
Taxes

ItemModel 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

id companyId itemCode taxCode description category

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/avatax-rest-item-model-structure.json",
  "description": "ItemModel schema from Avalara API",
  "type": "object",
  "properties": {
    "id": {
      "type": "int64"
    },
    "companyId": {
      "type": "int32"
    },
    "itemCode": {
      "type": "string",
      "description": "Unique code for this item"
    },
    "taxCode": {
      "type": "string",
      "description": "Avalara tax code for this item"
    },
    "description": {
      "type": "string"
    },
    "category": {
      "type": "string"
    }
  },
  "name": "ItemModel"
}