v1

latestOpenAPI 3.0.32026-07-13149852.3 MB
item

Item - Upsert

Create a new item or update an existing one based on the provided identifier.

put/item/upsert

Request body

itemobject required

Item data object to upsert (matched by SKU)

Response

Item upserted

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"
}