XML3 - API DLL Documentation
Namespace to envelope all classes and methods relating to retrieving, creating and managing Orders.
Classes
| Class | Description | |
|---|---|---|
| InventoryCheckItem |
Item of the VIP stock inventory that you wish to check for quantity. Used in conjunction with Order object for validating Order Items.
| |
| Order |
Header order class that manages the respective orders item collection.
| |
| OrderConfirmation |
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.
| |
| OrderConfirmationItem |
Detail class that is used to store line by line details for each OrderConfirmation.
| |
| OrderItem |
Detail class that is used to store line by line details for each order.
| |
| Orders |
Management class to create and manage the collection of orders, and initiating batch orders/inventory checks.
|