Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping Namespace / ShipMethod Class / ShipAndAcceptShipment Method
The shipment to get rate quote for
In This Topic
    ShipAndAcceptShipment Method
    In This Topic
    Gets a ship rate quote for the given shippment using this ship method
    Syntax
    public virtual ShipRateQuote ShipAndAcceptShipment( 
       IShipment shipment
    )

    Parameters

    shipment
    The shipment to get rate quote for

    Return Value

    ShipRateQuote object containing the ship rate quote or null if ship rate quote could not be obtained
    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