---
title: "Add Product"
method: POST
path: "/products"
tags: ["product"]
---

# Add Product

`POST /products`

Add new products to the store

## Response `200`

Successful operation

- Product
  - `id` integer
  - `name` string, required
  - `category` string, required
  - `price` integer, required

## Other responses

- `400` — Invalid Product

---

[API](https://skmtc.dev/wso2/apis/cert-products.md) · [All operations](https://skmtc.dev/wso2/apis/cert-products/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wso2/cert-products/revisions/7389757f5fc0/schema)
