---
title: "Returns a list of all the special commission rates"
method: GET
path: "/admin/commissions"
tags: ["commissions"]
---

# Returns a list of all the special commission rates

`GET /admin/commissions`

## Response `200`

- object
  - `commissions` object[]
    - `id` integer — The commission ID
    - `commission` object — The commission rate
      - `commission_type` 'percentage' | 'flat_rate'
      - `commission_value` integer
    - `product` object
      - `name` string — Name of the product
      - `id` string — Store ID of this product
    - `collection` object
      - `name` string — Name of the collection
      - `id` string — Store ID of this collection

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