Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping.Providers Namespace / TrackingResultType Enumeration
In This Topic
    TrackingResultType Enumeration
    In This Topic
    Enum that defines the type of result returned by shipping tracking method of a shipping provider
    Syntax
    public enum TrackingResultType : System.Enum 
    Members
    MemberDescription
    ExternalLink The response contains an external link where tracking details can be found
    InlineDetails The tracking details are included in the response
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             CommerceBuilder.Shipping.Providers.TrackingResultType

    See Also