ProductInventory
Object describing a product inventory at a given location.
Description
This object represents the current inventory counts for a given location.
Properties
Type | Name | Description |
---|---|---|
string | InventoryLocationKey | Gateway assign unique reference number |
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 |
Places Used
Examples
Change History
Version | Change |
---|---|
1.3 | Object added in 1.3 release |