v1

latestOpenAPI 3.0.32026-07-13149852.3 MB
kit

Kit - Create

Create a new kit with component items, SKU, and optional details.

post/kit/create

Request body

Example request

{
  "data": {
    "tags": [
      "507f1f77bcf86cd799439011",
      "507f1f77bcf86cd799439012"
    ]
  }
}

Response

Kit created

successboolean required

Whether the operation succeeded

_idstring required

ID of the created kit

new_kit_idstring required

ID of the newly created kit (same as _id)

Example response

{
  "_id": "507f1f77bcf86cd799439011"
}