---
title: "Item Update"
method: PUT
path: "/item/update"
tags: ["item"]
---

# Item Update

`PUT /item/update`

/item/update

## Query parameters

- `item_id` string
- `name` string
- `sku` string
- `upc` string
- `weight` string
- `weight_unit` string
- `length` string
- `width` string
- `height` string
- `dimensions_unit` string
- `fulfillment_sku` string
- `notes` string
- `unit` string
- `cost` string
- `wholesale` string
- `retail` string
- `image` string
- `active` string
- `description` string
- `sale` string

## Response `200`

OK

## Changes

- **2024-04-19** `46ceda528000` — 2 breaking, 26 info
  - removed the request body
  - removed the media type `application/json` for the response with the status `200`
  - api operation id `put_item_update` removed and replaced with ``
  - added the new optional `query` request parameter `active`
  - …24 more

[Change history](https://skmtc.dev/skulabs/apis/skulabs-api/changes/item/update/put.md)

---

[API](https://skmtc.dev/skulabs/apis/skulabs-api.md) · [All operations](https://skmtc.dev/skulabs/apis/skulabs-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/skulabs/skulabs-api/revisions/46ceda528000/schema)
