---
title: "Item data model"
url: "https://docs.unified.to/commerce/item/model"
description: "API reference for Item data model. Launch multiple pre-built Item integrations today with zero maintenance — all through a single API."
generated_at: "2026-05-22T23:27:55.079Z"
---
# Item data model

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/commerce/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**id**string 

**created\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**name**string 

**public\_name**string 

**slug**string 

**description**string 

**global\_code**string 

**public\_description**string 

**is\_active**boolean 

**is\_taxable**boolean 

**vendor\_name**string 

**type**string 

product, service, digital-download, ...

**is\_visible**boolean 

**is\_featured**boolean 

**weight**number 

**weight\_unit** enum

Valid values:

 "g" 

 "kg" 

 "oz" 

 "lb" 

**requires\_shipping**boolean 

**prices** array 

**inventory\_id**string 

**total\_stock**number 

**variants** array 

first variant is the default variant

**tags**string array 

**media** array 

**collection\_ids**string array 

 @deprecated; use collections instead

**account\_id**string 

Reference to Accounting Account (reference to AccountingAccount)

**metadata** array 

**collections** array 

points to Collection with id, name, and type fields

**taxrate\_id**string 

references AccountingTaxrate

**location\_id**string 

(reference to CommerceLocation)

**duration**number 

minutes

**raw**any
