v1

latestOpenAPI 3.0.32026-07-13149852.3 MB
item

Item - Create Upsert

Create a new item or update an existing one if the SKU already exists.

post/item/create_upsert

Request body

itemobject required

Item data object to create or update

Response

Item created or updated

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