---
title: "Patch product"
method: PATCH
path: "/product/{articleNumber}"
tags: ["Product"]
deprecated: true
---

# Patch product

`PATCH /product/{articleNumber}`

> **Deprecated.**

Patches a product with the specified change, leaves the other fields untouched.

## Path parameters

- `articleNumber` string, required

## Request body

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