Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Services.Checkout Namespace / BasketService Class / GetShipment Method
The basket to look in.
The origin warehouse.
The destination address.
Indicate if this basket item need to be shipped separately
In This Topic
    GetShipment Method
    In This Topic
    Gets the shipment that matches the given origin and destination.
    Syntax

    Parameters

    basket
    The basket to look in.
    warehouse
    The origin warehouse.
    address
    The destination address.
    shipSeparately
    Indicate if this basket item need to be shipped separately

    Return Value

    The shipment that matches the given origin and destination. If no match is found, a new shipment is added and returned.
    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