XML3 - API DLL Documentation
Namespace to envelope all classes and methods relating to retrieving, creating and managing Orders.

Classes

  ClassDescription
Public classInventoryCheckItem
Item of the VIP stock inventory that you wish to check for quantity. Used in conjunction with Order object for validating Order Items.
Public classOrder
Header order class that manages the respective orders item collection.
Public classOrderConfirmation
Header order class that manages the return data from the PlaceOrder web method. This is entirely readonly and is accessible as a property of the order object which triggered the web method.
Public classOrderConfirmationItem
Detail class that is used to store line by line details for each OrderConfirmation.
Public classOrderItem
Detail class that is used to store line by line details for each order.
Public classOrders
Management class to create and manage the collection of orders, and initiating batch orders/inventory checks.