---
title: "Create new item"
method: POST
path: "/v1/Items"
tags: ["Items"]
---

# Create new item

`POST /v1/Items`

## Query parameters

- `serviceId` string, uuid
- `Account` unknown

## Response `201`

Created

- integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `409` — Conflict

## Changes

- **2026-08-27** `61263b2302a0` — 1 info
  - added the non-success response with the status `409`

[Change history](https://skmtc.dev/invendor/apis/io-commonapi/changes/v1/Items/post.md)

---

[API](https://skmtc.dev/invendor/apis/io-commonapi.md) · [All operations](https://skmtc.dev/invendor/apis/io-commonapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/invendor/io-commonapi/revisions/61263b2302a0/schema)
