Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping.Providers Namespace / IShippingProvider Interface / GetShipRateQuote Method / GetShipRateQuote(Warehouse,Address,IList<BasketItem>,String) Method
Warehouse from where shipment initiates
The destination address for the shipment
Contents of the shipment
Service code to get rate quote for
In This Topic
    GetShipRateQuote(Warehouse,Address,IList<BasketItem>,String) Method
    In This Topic
    Gets a shipping rate quote for shipping the given basket items from given warehouse to the given destination address
    Syntax

    Parameters

    origin
    Warehouse from where shipment initiates
    destination
    The destination address for the shipment
    contents
    Contents of the shipment
    serviceCode
    Service code to get rate quote for

    Return Value

    ShipRateQuote for the given shipping requirements
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also