---
title: "postItemsToInventory"
method: POST
path: "/postItemsToInventory"
tags: ["Item"]
---

# postItemsToInventory

`POST /postItemsToInventory`

Adds new items batch<br /> ¹ only if item.stockInventory = true<br />

## Response `200`

200 Response

- PostItemsToInventoryResponse
  - `success` boolean — Returns if the request could be completed
  - `data` object[] — Sold product details
    - `itemID` string — Item identifier
    - `itemSKU` string — Item SKU
    - `itemName` string — Item name
  - `message` string, nullable — To be used in case any error occurs (if success = false). If success = true, it does not exist.

---

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