Skip to main content
GET
Returns commission rates with their rules and currency-specific values.
scope_type is a virtual filter derived from each rate’s rules. It is not a stored column. Use it to filter rates by the scope their rules target.

Query parameters

number
default:"50"
Maximum number of records to return.
number
default:"0"
Number of records to skip.
string
Field to sort by, prefix with - for descending order.
string
Comma-separated fields to include in the response.
string
Search term matched against commission rates.
string | string[]
Filter by commission rate ID(s).
string | string[]
Filter by commission rate code(s).
string | string[]
Filter by rate type: fixed or percentage.
string | string[]
Filter by rule scope: store, product_type, category, store_product_type, or store_category.
boolean
Filter by enabled state.
boolean
Filter by whether the rate is the marketplace default.
object
Filter by creation date using operators like $gte and $lte.
object
Filter by update date using operators like $gte and $lte.

Response

object[]
number
Total number of matching commission rates.
number
Number of records skipped.
number
Maximum number of records returned.