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.
OrderForm.AddItem(SKU, Quantity, Price)