OrderForm.AddItem Method

The AddItem method adds an item to the items collection of an OrderForm object. The items collection is a SimpleList object containing Dictionary objects.

If successful, AddItem returns a Dictionary object that contains the added item; otherwise Null.

Syntax

OrderForm.AddItem(SKU, Quantity, Price)

Parameters

SKU
The SKU of the item to add.
Quantity
A number indicating the quantity of the item to add.
Price
The placed price of the item.

Related Topics


© 1997-1998 Microsoft Corporation. All rights reserved.