---
title: "Create a price for an item. Restricted to the tenant company or the item owner."
method: POST
path: "/v1/Items/{itemId}/prices"
tags: ["ItemPrices"]
---

# Create a price for an item. Restricted to the tenant company or the item owner.

`POST /v1/Items/{itemId}/prices`

## Path parameters

- `itemId` integer, required

## Query parameters

- `Account` unknown

## Response `200`

Success

- Int32ResourceCreatedResponse
  - `id` integer

## Other responses

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

## Changes

- **2026-08-27** `61263b2302a0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/invendor/apis/io-commonapi/changes/v1/Items/:itemId/prices/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)
