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": "f6b5f57d-6fa5-4fe4-bd8f-a135ab28e851",
"ItemId": "2199e6b6-5ad8-49bf-bfee-f28a26f0f884",
"WarehouseID": "acbcd1c9-fc36-48f9-ac81-99852fb119f4",
"WarehouseLocationID": "e0f08971-9a0d-4eb5-8e7b-5bad10787d6b",
"StockCount": 5.0,
"StockReservations": 6.0,
"Synced": true,
"Updated": "2026-08-06T01:37:08.5596796+02:00",
"Direction": 9,
"ResetStock": true
},
{
"$ref": "1"
}
]