---
title: "Create products parts group"
method: POST
path: "/products/partsgroups"
tags: ["Parts groups"]
---

# Create products parts group

`POST /products/partsgroups`

## Request body

- NewPartsgroup
  - `description` string, required
  - `parent` integer, nullable

## Response `201`

Confirms creation of the new resource, returning
the new data

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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