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

# postItem

`POST /postItem`

Adds an item either to a reservation or to a house account.

## Response `200`

200 Response

- PostItemResponse
  - `success` boolean — Returns if the request could be completed
  - `data` object — Sold product details
    - `soldProductID` string — Sold product identifier (Usable to void this product in future).
    - `transactionID` string — Transaction identifier
    - `transactionStatus` string, nullable — Transaction Status is returned "Pending" when sale date is in the future.
    - `remainingItemQuantity` integer, nullable — Remaining number of items in stock (if applicable)
    - `reorderNeeded` boolean, nullable — true - Whether item is at or below value set for reorder threshold.
    - `stopSellMet` boolean, nullable — true - Whether item is at or below value set for stop-sell threshold.
  - `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)
