---
title: "Get details of item by itemId"
method: GET
path: "/items/{itemId}"
tags: ["items"]
---

# Get details of item by itemId

`GET /items/{itemId}`

ADD ENDPOINT DESCRIPTION HERE

## Path parameters

- `itemId` integer, required

## Response `200`

successful operation

- ItemInfo
  - `sku` string
  - `warehouseSku` string
  - `sellerSku` string
  - `name` string
  - `barcode` string
  - `countryOfOrigin` string
  - `tariffNumber` string
  - `sellerIdentifier` string
  - `lotRequired` boolean
  - `restrictedShipping` boolean
  - `weight` number
  - `quantity` integer
  - `inventory` integer
  - `inbound` integer
  - `reserved` integer
  - `articleDeletedAt` string, date-time
  - `warehouseId` integer
  - `itemId` integer
  - `itemInventories` ItemInventoryInfo[]
    - `lot` string
    - `expiration` string, date-time
    - `quantity` integer
    - `locationBlocked` boolean
    - `storage` string
    - `location` string
    - `blockedReason` string
  - `expirationDateRequired` boolean
  - `serialNumberRequired` boolean
  - `canShipWithoutCarton` boolean
  - `articleId` integer
  - `articleIdentifier` string
  - `articleType` 'PRODUCT' | 'CARTON'
  - `articleName` StringI18nDetail
    - `value` string
    - `language` 'DE' | 'EN' | 'ES' | 'PT' | 'FR' | 'IT' | 'ZH'
  - `sort` JsonNode
    - `float` boolean
    - `short` boolean
    - `nodeType` 'ARRAY' | 'BINARY' | 'BOOLEAN' | 'MISSING' | 'NULL' | 'NUMBER' | 'OBJECT' | 'POJO' | 'STRING'
    - `number` boolean
    - `double` boolean
    - `binary` boolean
    - `integralNumber` boolean
    - `boolean` boolean
    - `long` boolean
    - `int` boolean
    - `valueNode` boolean
    - `containerNode` boolean
    - `missingNode` boolean
    - `object` boolean
    - `pojo` boolean
    - `floatingPointNumber` boolean
    - `bigDecimal` boolean
    - `bigInteger` boolean
    - `textual` boolean
    - `array` boolean
    - `null` boolean

---

[API](https://skmtc.net/writechoiceorg/apis/connector.md) · [All operations](https://skmtc.net/writechoiceorg/apis/connector/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/writechoiceorg/connector/revisions/7ce09a4b2a4e/schema)
