Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / InventoryAction Enumeration
In This Topic
    InventoryAction Enumeration
    In This Topic
    Enumeration that represents an inventory action
    Syntax
    public enum InventoryAction : System.Enum 
    Members
    MemberDescription
    Destock Destock the inventory.
    None No action.
    Restock Restock the inventory.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Orders.InventoryAction

    See Also