Represents the method used to manage inventory for a product variant.

Enumeration Members

DontManageStock

Inventory is not managed for the product variant. Stock levels are not tracked, and the product can always be purchased.

ManageStock

Inventory is managed for the product variant. Stock levels are tracked, and purchasing is restricted based on availability.

ManageStockByAttributes

Inventory is managed by product attributes. Stock levels are tracked for specific combinations of attributes (e.g., size, color).