---
title: "Update a product"
method: PATCH
path: "/v1/products/{id}"
tags: ["v1Products"]
---

# Update a product

`PATCH /v1/products/{id}`

## Path parameters

- `id` string, required

## Request body

- UpdateProductPublicDto
  - `name` string — The name of the product.
  - `description` string — The description of the product.
  - `price` number — 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

## Response `200`

- 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)
