Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Products Namespace / InventoryMode Enumeration
In This Topic
    InventoryMode Enumeration
    In This Topic
    Enumeration that represents the inventory mode of a product
    Syntax
    public enum InventoryMode : System.Enum 
    Members
    MemberDescription
    None Inventory is not enabled
    Product Inventory is managed for the product itself
    Variant Inventory is managed for the product variants
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Products.InventoryMode

    See Also