---
title: "All Products"
method: GET
path: "/products"
tags: ["product"]
---

# All Products

`GET /products`

All products of the store

## Response `200`

Successful operation

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

---

[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)
