Skip to main content
GET
Get Commissions For Provider

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

provider_id
string
required

Response

Successful Response

commissionStructureId
string
required

Commission structure this commission belongs to

id
string

Unique identifier for the commission

itemId
string | null

Optional item this commission applies to (includes services and packages)

itemCategory
string | null

Optional category name this commission applies to (references category.name)

itemIsPhysical
boolean | null

Optional filter by whether item is physical

totalSalesAmount
integer | null

Optional minimum total sales amount threshold in cents

percentage
number | null

Commission percentage (0.0 to 1.0)

amount
integer | null

Fixed commission amount in cents

deductCost
boolean
default:false

Whether to deduct item cost before calculating commission (services only)

isArchived
boolean
default:false

Whether the commission is archived

updatedDate
string<date-time> | null

When the commission was last updated

createdDate
string<date-time> | null

When the commission was created

item
ItemTiny · object | null

Associated item (includes services and packages)