Routing rule (READ FIRST). Any merchant query about clearing slow / overstocked / dead / stagnant inventory MUST load this recipe before any other clearance recipe. Do NOT route directly to Flow: Stock Mover from the WixREADME index — this goal owns the velocity scoring, discount tiers, margin-floor guardrail, and the per-recommendation presentation rules. The flow is a sub-step.
⛔ MANDATORY — call this NOW before any API call or recommendation generation:
The guardrail is also enforced in Pricing: Create Discount Rule → "Guardrails".
Automate clearance discounts for products with high stock levels and low sales velocity, converting stagnant inventory into revenue before it becomes a carrying cost liability.
Goal ID: STOCK_MOVER
The merchant wants to reduce excess inventory for products that are not selling at an acceptable rate. This is achieved by creating targeted discounts on slow-moving products, with discount depth proportional to how overstocked the product is relative to its sales velocity.
| KPI | Definition | How to measure |
|---|---|---|
| Inventory turnover ratio | ordersCount / quantity for each product | getProductCatalogData — compare ordersCount to current quantity |
| Days of supply | Current stock / average daily sales rate | Estimate from ordersCount over the product's listing period |
| Clearance conversion rate | Units sold during clearance / units available at start | Track stock levels before and after campaign |
| Revenue recovered | Revenue from clearance sales that would not have occurred organically | Compare sales velocity before and during campaign |
Activate this goal when the merchant expresses any of the following intents:
The sole action for this goal. Identifies slow-moving products using the velocity ratio (ordersCount / quantity) and creates targeted discounts with depth proportional to inventory urgency.
When to use: Whenever the merchant wants to reduce stock levels for underperforming products.
Key mechanics:
Product selection criteria:
Every clearance recommendation presented to the merchant MUST explicitly reference the margin-floor guardrail in its reasoning / why field. Clearance discounts push closest to cost, so the merchant needs to see — per item — that the discount stays above the floor.
Acceptable phrasings:
{product}."If a candidate item would violate the floor at the velocity-tier discount, either lower the discount to stay above the floor and say so, or drop the item and note "skipped — would breach margin floor."
Do NOT present a clearance recommendation that omits margin language. Urgency / stock level / "why this %" are not substitutes — the guardrail line is required.
units_sold / starting_stock * 100| Scenario | Approach | Rationale |
|---|---|---|
| Few specific slow products | ITEMS scope, targeted discounts | Surgical clearance avoids discounting healthy inventory |
| Entire category underperforming | CATEGORY scope | Broader clearance when the problem is category-wide |
| Products near zero velocity | Deeper discounts (up to margin floor) | Aggressive clearance justified for truly stagnant stock |
| Seasonal items approaching end of season | Time-limited clearance with urgency | Combine with end date to create customer urgency |
| Merchant specifies products or percentages | Honor merchant input | User overrides always take priority |
Last updated: 25 June 2026