commissions

Adds a special commission rate to the commission plan

post/admin/commissions

Request body

affiliate_idinteger

ID of the affiliate to which the special commission rate applies. (Optional)

Example request

{
  "collection": {
    "id": "123",
    "name": "Special Collection"
  },
  "commission": {
    "commission_type": "percentage",
    "commission_value": 10
  }
}

Response

{"stackTrail":"paths:/admin/commissions:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.