---
title: "Retrieves a single inventory/product item by its Inventory Item ID."
method: GET
path: "/api/Inventory/{id}"
tags: ["Inventory"]
---

# Retrieves a single inventory/product item by its Inventory Item ID.

`GET /api/Inventory/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Returns the inventory item details.

- InventoryItem — An inventory/product item used on invoices, bills, and estimates, with cost price, sale price, and tax defaults.
  - `InventoryItemID` integer — Unique identifier for the inventory/product item.
  - `Name` string — Name of the inventory item.
  - `Description` string — Detailed description of the item.
  - `SKU` string — Stock Keeping Unit code.
  - `CostPrice` number, double — The cost/purchase price of the item.
  - `SalePrice` number, double — The default sale price of the item.
  - `SaleTaxIDFK` integer — The default tax rate ID applied when selling this item.
  - `isHidden` boolean — Whether this item is hidden from selection in the UI.
  - `DateCreated` string, date-time — Date the item was created.
  - `DateUpdated` string, date-time — Date the item was last updated.

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/avaza/apis/avaza-api-documentation.md) · [All operations](https://skmtc.net/avaza/apis/avaza-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avaza/avaza-api-documentation/versions/1eeadf750514/schema)
