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

In This Topic
    IShippingProvider Interface Methods
    In This Topic

    For a list of all members of this type, see IShippingProvider members.

    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