GetInventory(Login [, ProductNumber])
Returns a list of all your inventory or just one product if you have specified a ProductNumber parameter. There are three different stock values returned:
Quantity = The physical number of product on the shelf.
Reserved = Total number of products which has not yet been picked.
Total = Quantity – Reserved. This is the saleable amount.
Unsent = Quantity + Picked but not sent products. This is the total unshipped products in stock.
| Parameter | Type | Required |
|---|---|---|
| Credentials | Login | Yes |
| ProductNumber | String | No |
| Return value | Type | Required |
|---|---|---|
| Inventory | Inventory | Read Only |

