---
title: "Create a Commodity"
method: POST
path: "/public/v3/Commodities"
tags: ["Commodities"]
---

# Create a Commodity

`POST /public/v3/Commodities`

Create a commodity within the specified account.

## Headers

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

## Request body

- CommodityRequest
  - `name` string, required — The name of the commodity.
  - `categoryId` integer, required

## Response `201`

The created commodity id

- integer

## Other responses

- `400` — Unable to create the commodity. See response message for details.
- `401` — Unauthorized

---

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