XML3 - API DLL Documentation

The Order type exposes the following members.

Methods

  NameDescription
Public methodAddOrderItem
Add an order item to this orders collection of order items
Public methodClear_OrderSearch
Clears the current search builder of all criteria and returns the results to the original set.
Public methodPlaceOrder
Method to handle processing the order between the source and the web services.
Public methodRemoveOrderItem
Remove an order item to this orders collection of order items
Public methodSearchOrderItems
A search builder that applies search criteria to the result set on every request. To clear the search call "ClearSearch" Method
Public methodSearchOrderItemsByLineNo
A search builder that applies search criteria by Line Number to the result set. To clear the search call "ClearSearch" Method
Public methodSearchOrderItemsByPrice
A search builder that applies search criteria by Order Line Price to the result set. To clear the search call "ClearSearch" Method
Public methodSearchOrderItemsByQty
A search builder that applies search criteria by Order Line Quantity to the result set. To clear the search call "ClearSearch" Method
Public methodSearchOrderItemsBySKU
A search builder that applies search criteria by VIP SKU Number to the result set. To clear the search call "ClearSearch" Method
Public methodValidateThisOrder
This routine utilises the web method to validate the requested quantites on an order.

See Also