Home > @vsf-enterprise/bigcommerce-api > Product > inventory_tracking
# Product.inventory_tracking property
The type of inventory tracking for the product. Values are: * none
- inventory levels will not be tracked; * product
- inventory levels will be tracked using the inventory_level
and inventory_warning_level
fields; * variant
- inventory levels will be tracked based on variants, which maintain their own warning levels and inventory levels.
Signature:
inventory_tracking: InventoryTrackingType;