Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping.Providers Namespace / IShippingProvider Interface
Properties Methods

In This Topic
    IShippingProvider Interface Members
    In This Topic

    The following tables list the members exposed by IShippingProvider.

    Public Properties
     NameDescription
     Property Gets the description of the shipping provider implementation  
     Property Gets a value indicating whether this provider supports ship confirm and accept feature.  
     Property Gets the Name of the shipping provider implementation  
     Property Gets the Id of the shipping gateway in database. Id is passed at the time of initialization.  
     Property Gets or sets a value indicating whether to use debugging mode or not?  
     Property Gets the version of the shipping provider implementation  
    Top
    Public Methods
     NameDescription
     Method Accept the order shipment to the provider, a shipment will be created at provider if successfull.  
     Method Confirm and Accept the order shipment to the provider, a shipment will be validated and created at provider if successfull.  
     Method Confirm the order shipment to the provider, no shipment will be created at provider but only data is validated and basic rates will be returned  
     Method Gets the configuration data as name-value paris  
     Method Gets a Url for the configuration of the shipping provider implementation  
     Method Gets a Url for the logo of the shipping provider implementation  
     Method Gets a list of services provided by the shipping provider implementation  
     MethodOverloaded.  Gets a shipping rate quote for shipping the given basket items from given warehouse to the given destination address  
     Method Gets tracking summary for a given tracking number  
     Method Initializes the shipping provider implementation. Called by AC at the time of initialization.  
     Method Void the order shipment to the provider.  
    Top
    See Also