---
title: "Update product"
method: PUT
path: "/product"
tags: ["Product"]
deprecated: true
---

# Update product

`PUT /product`

> **Deprecated.**

Updates a product with the specified data, overrides all fields to the new value.

## Request body

- ProductApiModel
  - `ArticleNumber` string
  - `Name` string
  - `Price` number, double
  - `Brand` string
  - `Stock` integer
  - `GroupCode` string
  - `Image` string
  - `Url` string
  - `Categories` integer[]
  - `Attributes` ProductAttributeApiModel[]
    - `Key` string
    - `Values` string[]

## Response `200`

The id of the updated product

- string

## Other responses

- `400` — BadRequest

---

[API](https://skmtc.net/tweakwise/apis/frontend-api.md) · [All operations](https://skmtc.net/tweakwise/apis/frontend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tweakwise/frontend-api/versions/9bd1e2b3633f/schema)
