GET api/Product/GetItemInventory?id={id}
Get Item Stock detail
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ItemInventoryName | Description | Type | Additional information |
---|---|---|---|
ItemInventoryID | globally unique identifier |
None. |
|
ItemId | globally unique identifier |
None. |
|
WarehouseID | globally unique identifier |
None. |
|
WarehouseLocationID | globally unique identifier |
None. |
|
StockCount | decimal number |
None. |
|
StockReservations | decimal number |
None. |
|
Synced | boolean |
None. |
|
Updated | date |
None. |
|
Direction | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "ItemInventoryID": "fc75ecd2-367b-46ec-81e1-29eaf17ed69e", "ItemId": "7d3414a0-703a-4b34-9b7a-387e0181a3ed", "WarehouseID": "83655332-68d5-40fb-943c-3657a490325b", "WarehouseLocationID": "7ae42b09-04ce-4ddc-b5e2-4bbf48b76a30", "StockCount": 5.0, "StockReservations": 6.0, "Synced": true, "Updated": "2025-04-04T05:28:00.8313338+02:00", "Direction": 9 }, { "$ref": "1" } ]