Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Shipping.Providers Namespace / PackageManager Class / GetPackageList Method
A colletion of basket items in the order
In This Topic
    GetPackageList Method
    In This Topic
    Gets a list of packages for the given basket items.
    Syntax
    public static PackageList GetPackageList( 
       IList<BasketItem> contents
    )

    Parameters

    contents
    A colletion of basket items in the order

    Return Value

    A list of packages for the items; or null if no packages are available.
    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