Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping Namespace / ShipRateQuoteDataSource Class / QuoteForBasket Method / QuoteForBasket(Basket,Address) Method
The basket for which to get the ship rate quotes
The destination address for which to get the rates
In This Topic
    QuoteForBasket(Basket,Address) Method
    In This Topic
    Gets an array of ship rate quotes for the given basket
    Syntax
    public static IList<ShipRateQuote> QuoteForBasket( 
       Basket basket,
       Address destination
    )

    Parameters

    basket
    The basket for which to get the ship rate quotes
    destination
    The destination address for which to get the rates

    Return Value

    An array of ShipRateQuote objects
    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