---
title: "List Commodity Categories"
method: GET
path: "/public/v3/Commodities/categories"
tags: ["Commodities"]
---

# List Commodity Categories

`GET /public/v3/Commodities/categories`

Lists all available commodity categories.

## Headers

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

## Response `200`

The requested commodity categories

- CommodityResponsePaginatedResponse
  - `totalRecords` integer
  - `pageNumber` integer
  - `pageSize` integer
  - `data` CommodityResponse[], nullable
    - `commodityId` integer
    - `commodityName` string, nullable
    - `categoryId` integer
    - `categoryName` string, nullable
    - `accountId` integer, nullable
  - `next` string, nullable
  - `previous` string, nullable

## Other responses

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

---

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