Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping Namespace / Shippable Enumeration
In This Topic
    Shippable Enumeration
    In This Topic
    Enum representing the shippable status of a product
    Syntax
    public enum Shippable : System.Enum 
    Members
    MemberDescription
    CalculateAndShipSeparately The product is only shippable separately (shipping cost calculattion will be done separately as well).
    CalculateSeparately The product shipping cost will be calculated separately
    No The product is not shippable
    Yes The product is shippable (separately or with other products)
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Shipping.Shippable

    See Also