XML3 - API DLL Documentation 
The Order type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddOrderItem | 
 Add an order item to this orders collection of order items
   | |
| Clear_OrderSearch | 
 Clears the current search builder of all criteria and returns the results to the original set.
   | |
| PlaceOrder | 
 Method to handle processing the order between the source and the web services.
   | |
| RemoveOrderItem | 
 Remove an order item to this orders collection of order items
   | |
| SearchOrderItems | 
 A search builder that applies search criteria to the result set on every request. To clear the search call "ClearSearch" Method
   | |
| SearchOrderItemsByLineNo | 
 A search builder that applies search criteria by Line Number to the result set. To clear the search call "ClearSearch" Method
   | |
| SearchOrderItemsByPrice | 
 A search builder that applies search criteria by Order Line Price to the result set. To clear the search call "ClearSearch" Method
   | |
| SearchOrderItemsByQty | 
 A search builder that applies search criteria by Order Line Quantity to the result set. To clear the search call "ClearSearch" Method
   | |
| SearchOrderItemsBySKU | 
 A search builder that applies search criteria by VIP SKU Number to the result set. To clear the search call "ClearSearch" Method
   | |
| ValidateThisOrder | 
 This routine utilises the web method to validate the requested quantites on an order.
   |