Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / OrderShipmentStatus Enumeration
In This Topic
    OrderShipmentStatus Enumeration
    In This Topic
    Enumeration that represents the status of an order shipment
    Syntax
    public enum OrderShipmentStatus : System.Enum 
    Members
    MemberDescription
    NonShippable Shipment is not shippable.
    Shipped Shipment is shipped.
    Unshipped Shipment is unshipped.
    Unspecified Shipment status is unspecified.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Orders.OrderShipmentStatus

    See Also