---
title: "Update Inventory Transaction"
method: PUT
path: "/v1/public/inventory-transactions/{transaction_id}"
tags: ["Inventory Transactions"]
---

# Update Inventory Transaction

`PUT /v1/public/inventory-transactions/{transaction_id}`

## Path parameters

- `transaction_id` string, required

## Request body

- PublicInventoryTransactionRequest
  - `inventoryId` string, nullable
  - `inventoryExternalId` string, nullable
  - `transactionType` string, required
  - `amount` integer, nullable
  - `transactionAmount` integer, nullable
  - `transactionDate` string, nullable
  - `status` string, nullable
  - `inventoryType` string, nullable
  - `useUnitValue` boolean, nullable
  - `price` number, nullable

## Response `200`

OK

- PublicInventoryTransactionResponse
  - `ok` boolean, required
  - `status` string, required
  - `transaction_id` string, nullable
  - `inventory_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/versions/c273ff62266a/schema)
