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

# Get the stock of an inventory item

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

## Path parameters

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

## Headers

- `User-Agent` string, required

## Response `200`

Successful response. Displays stock of an item in the inventory.

- object
  - `item` object
    - `id` string — Unique identifier of an item in the inventory.
  - `stockCount` integer — Deprecated. Use quantity instead.
  - `quantity` number, double — Current count of the items in stock.
  - `stockAlertThreshold` number, double — The quantity threshold at which a low stock alert is triggered. Only appears if the Low Stock Alert feature is enabled.
  - `modifiedTime` integer — Time when the item stock was modified.

---

[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)
