commissions
Returns a list of all the special commission rates
get/admin/commissions
Response
Example response
{
"commissions": [
{
"id": "1",
"collection": {
"id": "42",
"name": "Special collection"
},
"commission": {
"commission_type": "percentage",
"commission_value": 10
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.