---
title: "Create a product"
method: POST
path: "/v1/products"
tags: ["v1Products"]
---

# Create a product

`POST /v1/products`

## Request body

- CreateProductPublicDto
  - `name` string, required — The name of the product.
  - `description` string — The description of the product.
  - `price` number, required — The price of the product.
  - `externalId` string — The external id of the product that can be used to sync with other systems.
  - `isActive` boolean — Whether the product is active and selectable in CRM deals. Inactive products are hidden from regular members but preserved for sales history.
  - `customFields` object, required

## Response `201`

- ProductPublicDto
  - `id` string, required
  - `name` string, required — The name of the product.
  - `description` string — The description of the product.
  - `price` number, required — The price of the product.
  - `externalId` string — The external id of the product that can be used to sync with other systems.
  - `isActive` boolean — Whether the product is active and selectable in CRM deals. Inactive products are hidden from regular members but preserved for sales history.
  - `customFields` object, required

---

[API](https://skmtc.net/kinbox/apis/kinbox-api.md) · [All operations](https://skmtc.net/kinbox/apis/kinbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kinbox/kinbox-api/revisions/f5e8b22871e1/schema)
