---
title: "Retrieves a list of products present in the store (upto 250 results)"
method: GET
path: "/admin/commissions/products"
tags: ["commissions"]
---

# Retrieves a list of products present in the store (upto 250 results)

`GET /admin/commissions/products`

## Response `200`

- object
  - `products` object[]
    - `name` string — The name of the product
    - `id` string — The ID of the product

## Other responses

- `403` — Not authenticated

---

[API](https://skmtc.dev/goaffpro/apis/goaffpro-api.md) · [All operations](https://skmtc.dev/goaffpro/apis/goaffpro-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goaffpro/goaffpro-api/revisions/832de9c7d0ae/schema)
