- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
InventoryItem - Inventory Next Module Data Models Reference
This documentation provides a reference to the InventoryItem data model. It belongs to the Inventory Next Module.
id
PrimaryKeyModifier<IdProperty>The ID of the inventory item.
requires_shipping
BooleanPropertyWhether the inventory item requires shipping.
The associated location levels.
The associated reservation items.
reserved_quantity
ComputedProperty<null | number, NumberProperty>The reserved quantity of the inventory item
stocked_quantity
ComputedProperty<null | number, NumberProperty>The stocked quantity of the inventory item
sku
TextPropertyOptionalThe SKU of the inventory item
origin_country
TextPropertyOptionalThe origin country of the inventory item
hs_code
TextPropertyOptionalThe HS code of the inventory item
mid_code
TextPropertyOptionalThe MID code of the inventory item
material
TextPropertyOptionalThe material of the inventory item
weight
NumberPropertyOptionalThe weight of the inventory item
length
NumberPropertyOptionalThe length of the inventory item
height
NumberPropertyOptionalThe height of the inventory item
width
NumberPropertyOptionalThe width of the inventory item
description
TextPropertyOptionalThe description of the inventory item
title
TextPropertyOptionalThe title of the inventory item
thumbnail
TextPropertyOptionalThe thumbnail URL of the inventory item
metadata
JSONPropertyOptionalHolds custom data in key-value pairs.
Was this page helpful?