Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / OrderPullItemCollection Class / Add Method / Add(OrderItem) Method
The order item to add
In This Topic
    Add(OrderItem) Method
    In This Topic
    Adds an orderitem to the pull item collection.
    Syntax
    public int Add( 
       OrderItem orderItem
    )

    Parameters

    orderItem
    The order item to add

    Return Value

    The index at which the item was added.
    Remarks
    If a match to the order item is detected, the existing item is updated.
    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