---
title: "Retrieve a Commodity"
method: GET
path: "/public/v3/Commodities/{commodityId}"
tags: ["Commodities"]
---

# Retrieve a Commodity

`GET /public/v3/Commodities/{commodityId}`

View a commodity within the specified account.

## Path parameters

- `commodityId` integer, required

## Headers

- `x-tive-account-id` integer, required

## Response `200`

The requested commodity

- CommodityResponse
  - `commodityId` integer
  - `commodityName` string, nullable
  - `categoryId` integer
  - `categoryName` string, nullable
  - `accountId` integer, nullable

## Other responses

- `400` — The requested commodity is not available
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/tive/apis/tive-public-api.md) · [All operations](https://skmtc.net/tive/apis/tive-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tive/tive-public-api/revisions/9a8d869e3cdc/schema)
