Home > @vsf-enterprise/bigcommerce-api > InventoryTrackingType
# InventoryTrackingType enum
Possible values of product invetory types.
Signature:
export declare enum InventoryTrackingType
# Enumeration Members
| Member | Value | Description |
|---|---|---|
| none | "none" | Inventory levels will not be tracked. |
| product | "product" | Inventory levels will be tracked using the inventory_level and inventory_warning_level fields. |
| variant | "variant" | Inventory levels will be tracked based on variants, which maintain their own warning levels and inventory levels. |