---
title: "Update the stock of an inventory item"
method: PUT
path: "/v3/merchants/{mId}/item_stocks/{itemId}"
tags: ["INVENTORY"]
---

# Update the stock of an inventory item

`PUT /v3/merchants/{mId}/item_stocks/{itemId}`

## Path parameters

- `mId` string, required
- `itemId` string, required

## Headers

- `User-Agent` string, required

## Request body

- object
  - `item` object — Reference to an item
    - `id` string — Unique identifier.
  - `stockCount` integer — Deprecated, use quantity instead.
  - `quantity` number — Current count of this item in stock.
  - `stockAlertThreshold` number — The quantity threshold at which a low stock alert is triggered. Only appears if the Low Stock Alert feature is enabled.
  - `modifiedTime` integer

## Response `200`

---

[API](https://skmtc.net/clover/apis/platform-api.md) · [All operations](https://skmtc.net/clover/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clover/platform-api/revisions/08da265101a3/schema)
