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 ItemInventory| Name | 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. |
|
| ResetStock | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ItemInventoryID": "e2421bf3-8eff-4fa1-a7b8-ca88e96db0ba",
"ItemId": "f7859cb3-fea6-4175-81f7-79e9fc9c25ed",
"WarehouseID": "19042f92-9f05-4694-b5e4-3cabb8395bd8",
"WarehouseLocationID": "dd60546a-136e-4560-95a0-0e6bcf45f135",
"StockCount": 5.0,
"StockReservations": 6.0,
"Synced": true,
"Updated": "2026-02-04T04:14:47.8971191+01:00",
"Direction": 9,
"ResetStock": true
},
{
"$ref": "1"
}
]