Changes to Price Rules API
Affected endpoint
POST /api/resellers/{resellerId}/services/{serviceId}/pricerules
Current state (January 2026)
Currently the "priceRuleType" parameter accepts types 0 and 1:
0 - for fixed margin price rule
1 - for discount on MSRP price rule
New state (March 2026)
For a more future-looking and diverse price rules API, there will be changes to how the priceRuleType parameter is accepted.
Going forward, the acceptable values for “priceRuleType“ would be:
NotSet = 0
AnchorToRecommended = 1
FixedMarginOnRecommended = 2
FixedMarginOnCost = 3
DiscountOnRecommended = 4
FixedPrice = 5
There will be a separate release communication about this too.