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": "c0fbeda6-a239-47e1-be1e-0993cd00ea3e",
"ItemId": "f41bdf6f-29c6-4314-a3cb-0ec645ebc17b",
"WarehouseID": "4909bde2-ba02-4e84-b581-c08544ac7087",
"WarehouseLocationID": "5a700de6-a40a-4775-8267-7182be97353b",
"StockCount": 5.0,
"StockReservations": 6.0,
"Synced": true,
"Updated": "2026-03-21T23:49:16.5611153+01:00",
"Direction": 9,
"ResetStock": true
},
{
"$ref": "1"
}
]