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": "2fe10bf5-13e2-40d5-9e98-29c4261895cc",
"ItemId": "6917cfa5-4c49-4c24-b87d-7564432240df",
"WarehouseID": "dbe3582f-a6ba-4ba0-8dfe-dd501282a398",
"WarehouseLocationID": "1f7607e1-729f-4843-a420-574661bc4548",
"StockCount": 5.0,
"StockReservations": 6.0,
"Synced": true,
"Updated": "2026-05-06T16:26:55.5505263+02:00",
"Direction": 9,
"ResetStock": true
},
{
"$ref": "1"
}
]