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": "00a1f1f7-9479-41d9-a5cb-3f97c3967e63",
"ItemId": "96396253-b1d1-4a29-a719-28130ad96557",
"WarehouseID": "b8ffdd2a-55c3-411d-8606-ff46d6c19e20",
"WarehouseLocationID": "b66e8b1d-0ef3-48e7-8c69-dac800171858",
"StockCount": 5.0,
"StockReservations": 6.0,
"Synced": true,
"Updated": "2026-09-20T13:24:19.4133527+02:00",
"Direction": 9,
"ResetStock": true
},
{
"$ref": "1"
}
]