---
title: "Create a product category"
method: POST
path: "/product/categories"
tags: ["Product Catalog"]
---

# Create a product category

`POST /product/categories`

Creates a product category. On success the id of the category is returned.

## Request body

- ProductCategory
  - `productCategoryId` string
  - `entityIds` string[]
  - `name` string
  - `description` string
  - `inUse` boolean
  - `updatedOn` integer
  - `pkId` string, uuid

## Response `200`

successful operation

- ProductCategory
  - `productCategoryId` string
  - `entityIds` string[]
  - `name` string
  - `description` string
  - `inUse` boolean
  - `updatedOn` integer
  - `pkId` string, uuid

---

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