---
title: "Create item stock"
method: POST
path: "/v3/merchants/{mId}/item_stocks/{itemId}"
tags: ["INVENTORY"]
---

# Create item stock

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

Create a stock count for a single item.

## Path parameters

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

## Headers

- `User-Agent` string, required

## Request body

- object
  - `quantity` number, required — Initial count of this item in stock.
  - `stockAlertThreshold` number — The quantity threshold at which a low stock alert is triggered.

## Response `200`

Successful response. Item stock created.

- object
  - `item` object
    - `id` string — Unique identifier of an item in the inventory.
  - `stockCount` integer — Deprecated. Use quantity instead.
  - `quantity` number — Current count of the items in stock.
  - `stockAlertThreshold` number — The quantity threshold at which a low stock alert is triggered.
  - `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)
