v1

latestOpenAPI 3.0.32026-07-13149852.3 MB
item

Item - Create

Create a new item with SKU, name, and optional details like barcodes and dimensions.

post/item/create

Request body

namestring required

Item name

skustring required

SKU

upcstring

UPC barcode

locationstring

Initial warehouse location

Response

Item created

successboolean required

Whether the operation succeeded

_idstring required

Item ID

skustring

Item SKU

noticestring

Additional notice (e.g. kit cost update issue)

Example response

{
  "_id": "507f1f77bcf86cd799439011"
}