Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class InventoryTrackingStatus

Inheritance
System.Object
InventoryTrackingStatus
Namespace: Mediachase.Commerce.Inventory
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public sealed class InventoryTrackingStatus : Enum

Fields

Disabled

When the Inventory Status is "Disabled", it behaves as if the store is selling digital goods. Any amount can be sold, the requested quantities are updated, but the available counts do not change.

Declaration
public const InventoryTrackingStatus Disabled
Field Value
Type Description
InventoryTrackingStatus

Enabled

When the Inventory Status is "Enabled", it behaves as if we are tracking the inventory of physical goods, which is a limited amount that can be sold. Stock will be required to be available to process orders, and available counts will be decremented as orders are processed.

Declaration
public const InventoryTrackingStatus Enabled
Field Value
Type Description
InventoryTrackingStatus

value__

Declaration
public int value__
Field Value
Type Description
System.Int32