InventoryItem - Inventory Next Module Data Models Reference

This documentation provides a reference to the InventoryItem data model. It belongs to the Inventory Next Module.

idPrimaryKeyModifier<IdProperty>
The ID of the inventory item.
requires_shippingBooleanProperty
Whether the inventory item requires shipping.
location_levelsHasMany<InventoryLevel>
The associated location levels.
reservation_itemsHasMany<ReservationItem>
The associated reservation items.
reserved_quantityComputedProperty<null | number, NumberProperty>
The reserved quantity of the inventory item
stocked_quantityComputedProperty<null | number, NumberProperty>
The stocked quantity of the inventory item
skuTextPropertyOptional
The SKU of the inventory item
origin_countryTextPropertyOptional
The origin country of the inventory item
hs_codeTextPropertyOptional
The HS code of the inventory item
mid_codeTextPropertyOptional
The MID code of the inventory item
materialTextPropertyOptional
The material of the inventory item
weightNumberPropertyOptional
The weight of the inventory item
lengthNumberPropertyOptional
The length of the inventory item
heightNumberPropertyOptional
The height of the inventory item
widthNumberPropertyOptional
The width of the inventory item
descriptionTextPropertyOptional
The description of the inventory item
titleTextPropertyOptional
The title of the inventory item
thumbnailTextPropertyOptional
The thumbnail URL of the inventory item
metadataJSONPropertyOptional
Holds custom data in key-value pairs.
Was this page helpful?