---
title: "Update product metadata"
method: PATCH
path: "/api/products/{id}"
tags: ["Catalog"]
---

# Update product metadata

`PATCH /api/products/{id}`

Updates name/description/active. Does not affect pricing.

## Path parameters

- `id` string, required

## Request body

- UpdateCatalogProductDto
  - `name` string
  - `description` string
  - `active` boolean — Toggle product availability (soft archive/unarchive).

## Response `200`

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