---
title: "Adds a special commission rate to the commission plan"
method: POST
path: "/admin/commissions"
tags: ["commissions"]
---

# Adds a special commission rate to the commission plan

`POST /admin/commissions`

## Request body

- object
  - `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
  - `commission` object — Commission structure
    - `commission_type` 'percentage' | 'flat_rate'
    - `commission_value` integer
  - `affiliate_id` integer — ID of the affiliate to which the special commission rate applies. (Optional)

## Response `200`

- unknown

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