---
title: "Change Products"
method: POST
path: "/products"
tags: ["Products"]
---

# Change Products

`POST /products`

## Request body

- ChangeProductRequest
  - `password` string, required
  - `old_product_id` string, required
  - `new_product_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/opencv/apis/api7-developer-portal.md) · [All operations](https://skmtc.dev/opencv/apis/api7-developer-portal/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opencv/api7-developer-portal/revisions/a5d2ccf9376b/schema)
