{
"commission_rule": {
"id": "<string>",
"name": "<string>",
"type": "flat",
"reference": "<string>",
"reference_id": "<string>",
"is_active": true,
"include_tax": true,
"percentage_rate": 123,
"price_set_id": "<string>",
"price_set": [
{
"amount": 123,
"currency_code": "<string>"
}
],
"min_price_set_id": "<string>",
"min_price_set": [
{
"amount": 123,
"currency_code": "<string>"
}
],
"max_price_set_id": "<string>",
"max_price_set": [
{
"amount": 123,
"currency_code": "<string>"
}
],
"ref_value": "<string>",
"fee_value": "<string>"
}
}Retrieves a commission rule with ‘site’ reference type.
{
"commission_rule": {
"id": "<string>",
"name": "<string>",
"type": "flat",
"reference": "<string>",
"reference_id": "<string>",
"is_active": true,
"include_tax": true,
"percentage_rate": 123,
"price_set_id": "<string>",
"price_set": [
{
"amount": 123,
"currency_code": "<string>"
}
],
"min_price_set_id": "<string>",
"min_price_set": [
{
"amount": 123,
"currency_code": "<string>"
}
],
"max_price_set_id": "<string>",
"max_price_set": [
{
"amount": 123,
"currency_code": "<string>"
}
],
"ref_value": "<string>",
"fee_value": "<string>"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK
Commission aggregate object
Show child attributes
The unique identifier.
Commission rule name.
Commission rate type.
flat, percentage Rule reference type
Rule reference id
Indicates if rule is active.
Indicates if rate is calculated including tax.
Percent of commission.
Flat rate price set id
Min price set id
Max price set id
Aggregated reference value
Aggregated fee value