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

# Item - Update

`PUT /item/update`

/item/update

## Request body

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

## Response `200`

OK

## Other responses

- `400` — Malformed request. Check that you have the correct parameters and that they are formatted correctly.
- `401` — Unauthorized. Did you forget to include your API key?

## Changes

- **2024-04-22** `08cd9cfa14dd` — 1 breaking, 20 warning, 2 info
  - added required request body
  - deleted the `query` request parameter `active`
  - deleted the `query` request parameter `cost`
  - deleted the `query` request parameter `description`
  - …19 more
- **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/08cd9cfa14dd/schema)
