Overview
Boost rules let you promote or demote products in search and browse results based on product attributes. Rules are applied post-ranking — only on results that already match the query.- Boost (
boost > 0): pushes matching products toward the top - Bury (
boost < 0): pushes matching products toward the bottom - Rules are only applied when
sortByisrelevanceoroptimization_score
Authentication
All requests must include an API key via thex-api-key header.
Rate Limits
| Level | Limit | Window |
|---|---|---|
| Per API key | 1,000 req | 1 minute |
| Per API key + IP | 100 req | 1 minute |
List Boost Rules
Create Boost Rule
201 Created with the created rule.
Condition Fields
| Field | Example values |
|---|---|
brand | "Nike", "Adidas" |
availability | "in_stock", "out_of_stock" |
color | "blue", "red" (from attributes) |
| Any attribute | Top-level or attribute field name |
Boost Range
| Value | Effect |
|---|---|
1.0 | Maximum boost — moves to very top |
0.1–0.9 | Moderate boost |
0 | No effect |
-0.1–-0.9 | Moderate bury |
-1.0 | Maximum bury — moves to very bottom |
Update Boost Rule
200 OK with the updated rule.
Delete Boost Rule
204 No Content.