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

# Update Item

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

## Path parameters

- `item_id` string, required

## Request body

- PublicItemRequest
  - `externalId` string, required
  - `name` string, nullable
  - `description` string, nullable
  - `currency` string, nullable
  - `price` number, nullable
  - `purchasePrice` number, nullable
  - `tax` number, nullable
  - `status` string, nullable

## Response `200`

OK

- PublicItemResponse
  - `ok` boolean, required
  - `status` string, required
  - `external_id` string, required
  - `item_id` string, nullable
  - `ctx_id` string, nullable

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `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)
