{
"commission_rules": [
{
"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>"
}
],
"count": 123,
"offset": 123,
"limit": 123
}
Retrieves a list of commission rules.
{
"commission_rules": [
{
"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>"
}
],
"count": 123,
"offset": 123,
"limit": 123
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The number of items to skip before starting to collect the result set.
The number of items to return.
OK
The response is of type object
.