---
title: "Create a price"
method: POST
path: "/api/products/{id}/prices"
tags: ["Catalog"]
---

# Create a price

`POST /api/products/{id}/prices`

Adds a new immutable price to a product. To change a price, create a new one and archive the old one.

## Path parameters

- `id` string, required

## Request body

- CreateCatalogPriceDto
  - `unitAmount` number, required — Unit amount in cents (1000 = 10.00). Prices are immutable.
  - `currency` 'EUR' | 'USD', required

## Response `201`

- object

---

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