Object describing a product inventory at a given location.
This object represents the current inventory counts for a given location.
Type | Name | Description |
---|---|---|
string | InventoryLocation | Location of Inventory (Warehouse or location name) |
string | QtyOnHand | Count of available units in stock |
string | QtyOnOrder | Count of units on order (scheduled to be available on DateAvailable) |
string | DateAvailable | Date that QtyOnOrder is scheduled to arrive |
Version | Change |
---|---|
1.3 | Object added in 1.3 release |