Skip to main content
POST
Kit - Add Item

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
kit_id
string
required

Kit ID

item_id
string
required

Item ID to add

quantity
number
required

Quantity of the item in the kit

Response

Item added to kit

success
boolean
required

Whether the operation succeeded