Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping Namespace / ShipMethodType Enumeration
In This Topic
    ShipMethodType Enumeration
    In This Topic
    Enumeration that represents the type of shipping method based on how its rate is calculated
    Syntax
    public enum ShipMethodType : System.Enum 
    Members
    MemberDescription
    CostBased This shipping method bases rate calculation on the price (cost)
    FlatRate This shipping method uses flat rate charges
    IntegratedProvider This shipping method gets rate calculation from an external shipping provider
    QuantityBased This shipping method bases rate calculation on the quantity of items
    WeightBased This shipping method bases rate calculation on the weight
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Shipping.ShipMethodType

    See Also