latestOpenAPI 3.0.3MIT2026-08-10471155.4 KB

3b3179c504b0

Products

Create a new product

Creates a new record in the sandbox. Data is session-scoped and auto-expires in 30 minutes.

post/api/v1/products

Request body

namestring required

Product name

descriptionstring

Product description

stockinteger

Units available in stock

categorystring

Product category

Response

Default Response

successboolean

Example response

{
  "success": true
}