---
title: "Get item details"
method: GET
path: "/v1/Items/{itemId}"
tags: ["Items"]
---

# Get item details

`GET /v1/Items/{itemId}`

## Path parameters

- `itemId` integer, required

## Query parameters

- `Account` unknown

## Response `200`

Success

- ItemDetailsResponse
  - `id` integer
  - `code` string, nullable
  - `name` string, nullable
  - `vendor` string, nullable
  - `vendorAccountId` integer, nullable
  - `inventoryUnit` string, nullable
  - `salesUnit` string, nullable
  - `purchUnit` string, nullable
  - `type` 0 | 1 | 2 | 3
  - `purchPrice` number, double
  - `salesPrice` number, double
  - `rowVersion` string, byte, nullable
  - `serviceId` string, uuid
  - `altCode` string, nullable
  - `altName` string, nullable
  - `images` ItemImageResponse[], nullable
    - `isDefault` boolean
    - `key` string, nullable
    - `uri` string, nullable
  - `barcodes` ItemBarcodeResponse[], nullable
    - `id` integer
    - `barcode` string, nullable
    - `unit` string, nullable
    - `quantity` number, double
    - `netWeight` number, double
    - `grossWeight` number, double
  - `properties` object, nullable
  - `definedProperties` object, nullable
  - `ownerAccountId` integer, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/invendor/apis/io-commonapi.md) · [All operations](https://skmtc.net/invendor/apis/io-commonapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invendor/io-commonapi/versions/0e4626e69155/schema)
