---
title: "Create a product category"
method: POST
path: "/productcategories"
tags: ["ProductCategories"]
---

# Create a product category

`POST /productcategories`

Create a new product category. Product categories are used to organize products into groups.

## Request body

- object
  - `productCategories` object[]
    - `name` string

## Response `201`

Created

- ProductCategoryResponse — A full response object for a product category-related endpoint.
  - `productCategories` ProductCategory[]
    - `id` string — The API ID of this entity, formatted {integer}-{entityType}
    - `name` unknown
    - `modifiedTime` integer
    - `href` unknown

## Other responses

- `400` — Bad Request

---

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