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": "3106d06a-aeb4-4bd0-86e3-f83a9021a157",
"ItemId": "771ea539-e4d9-492a-954f-0c05859f7e36",
"WarehouseID": "bce35d77-5d2d-4040-a682-157bc7da242d",
"WarehouseLocationID": "7376a981-6cd1-4ac1-bb2a-52fa4cf7d905",
"StockCount": 5.0,
"StockReservations": 6.0,
"Synced": true,
"Updated": "2026-06-21T22:57:24.1109018+02:00",
"Direction": 9,
"ResetStock": true
},
{
"$ref": "1"
}
]