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

# Get Inventory Transaction

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

## Path parameters

- `transaction_id` string, required

## Headers

- `Accept-Language` string

## Response `200`

OK

- InventoryTransactionSchema
  - `id` string, uuid, nullable
  - `transaction_id` union
    - string
    - integer
  - `inventory_id` union
    - string, uuid
    - string
    - integer
  - `inventory_uuid` string, nullable
  - `inventory_type` string, nullable
  - `transaction_type` string, nullable
  - `status` string, nullable
  - `amount` integer, nullable
  - `transaction_amount` integer, nullable
  - `use_unit_value` boolean, nullable
  - `price` number, nullable
  - `total_price` number, nullable
  - `average_price` number, nullable
  - `transaction_date` string, date-time, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `usage_status` string, nullable

## 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)
