---
title: "Create Product Category"
method: POST
path: "/products/category"
---

# Create Product Category

`POST /products/category`

## Request body

- object
  - `product_category` object
    - `category_name` string, required — Category Name
    - `category_icon` string — Category Icon URL
    - `category_description` string — Category Description

## Response `200`

200

- object
  - `type` string
  - `message` string
  - `data` object
    - `category_uid` string

## Other responses

- `400` — 400
- `401` — 401

---

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