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 ItemInventoryName | 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. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "ItemInventoryID": "6c62dc8f-4460-4e7d-b543-b7d0d30c443a", "ItemId": "5d639685-6eea-4caf-820d-b179d6b6b65a", "WarehouseID": "114518c5-24b4-423b-bd50-707127a328d5", "WarehouseLocationID": "54a05b84-b432-4959-a898-823ffeedc694", "StockCount": 5.0, "StockReservations": 6.0, "Synced": true, "Updated": "2025-07-04T15:25:32.3731633+02:00", "Direction": 9 }, { "$ref": "1" } ]