---
title: "Patch item"
method: PATCH
path: "/item/{articleNumber}"
tags: ["Item"]
---

# Patch item

`PATCH /item/{articleNumber}`

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

## Path parameters

- `articleNumber` string, required

## Request body

- ItemDeltaApiModel — Updated item information
  - `Name` string — New item name
  - `Price` number, double — New item price
  - `Brand` string — New item brand
  - `Stock` integer — New item stock
  - `GroupCode` string — New item group code
  - `Image` string — New item image url
  - `Url` string — New item url
  - `Categories` integer[] — New collection of item categories
  - `Attributes` ItemAttributeDeltaApiModel[] — New collection of item attributes
    - `Key` string — Attribute key
    - `Values` string[] — List of attribute values
  - `Status` 'Active' | 'Inactive' — New Item status (Active/Inactive)

## Response `200`

The id of the updated item

- 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/revisions/9bd1e2b3633f/schema)
