Retrieve details of a specific inventory item by ID
1| Status Code | Description |
|---|---|
| 200 | Inventory item retrieved successfully |
| 401 | Authentication token missing or invalid |
| 403 | User does not have admin/superuser privileges |
| 404 | Inventory item with the specified ID not found |