---
title: "Get Item"
method: GET
path: "/v1/public/items/{item_id}"
tags: ["Items"]
---

# Get Item

`GET /v1/public/items/{item_id}`

## Path parameters

- `item_id` string, required

## Query parameters

- `external_id` string, nullable

## Response `200`

OK

- ShopTurboItemSchema
  - `id` string, uuid, nullable
  - `item_id` integer, nullable
  - `name` string, nullable
  - `price` number, nullable
  - `currency` string, nullable
  - `status` string, nullable
  - `company_id` string, uuid, nullable
  - `contact_id` string, uuid, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

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