OBJECT
CustomCommissionRate
Custom commission rate belonging to a taxon (or category) within a commission package
link GraphQL Schema definition
- type CustomCommissionRate implements Node {
- # The Commission Package that the custom commission rate belongs to - e.g. Bronze
- # Package
- CommissionPackage! :
- ID! :
- # The commission rate % once the thresholdPrice has been reached
- Decimal :
- # The commission rate for the specified Taxon (or Category)
- Decimal! :
- # The Taxon (or Category) that the custom commission rate belongs to - eg. Bikes,
- # Shoes, Wigs
- Taxon! :
- # The price limit (e.g. "500.00") set before over_threshold_rate takes into effect
- Decimal :
- # updated at date for the custom commission rate
- ISO8601DateTime! :
- }