Routing rule (READ FIRST). Any merchant query about increasing AOV, upselling, "boosting sales", or open-ended "help my business" prompts MUST load this recipe before any flow-* recipe. Do NOT route directly to Flow: Upsell Boost from the WixREADME index — this goal owns the cross-domain lever map (discount + shipping + bundle), the catalog→lever-selection rules, and the per-recommendation multi-lever mix requirement that an open "boost sales" prompt must satisfy. The flows are sub-steps.
⛔ MANDATORY — call these NOW before any API call or recommendation generation:
If the request covers bundle/cross-sell intent too:
Shipping flows that also serve AOV goals (load if shipping domain is active):
The margin/cap guardrails are enforced in Create Discount Rule → "Guardrails".
Incentivize customers to spend above the store's current average order value (AOV) by creating threshold-based discounts that reward higher cart totals.
Goal ID: UPSELL_BOOST
The merchant wants to increase the average amount customers spend per order. This is achieved by setting a minimum subtotal condition above the current AOV, so customers are encouraged to add more items or upgrade to higher-priced products to unlock the discount.
| KPI | Definition | How to measure |
|---|---|---|
| Average Order Value (AOV) | Total revenue / total orders | getSiteData — revenue / ordersCount |
| Revenue per order | Gross revenue attributed to each completed order | Track via order data before and after campaign |
| Discount redemption rate | Orders qualifying for the discount / total orders | Count orders with the discount applied vs total |
| Cart size increase | Change in items per order after campaign | Compare items per order pre/post |
Activate this goal when the merchant expresses any of the following intents:
The primary action for this goal. Creates a percentage discount with a minSubTotal condition set above the current AOV. The discount percentage and threshold are tiered based on the store's average profit margin.
When to use: Always the first recommendation for AOV-focused goals. Works best when the store has clear AOV data and margin information.
Key mechanics:
A complementary action that increases AOV by encouraging multi-item purchases. Instead of a subtotal threshold, it uses an item quantity threshold.
When to use: When the catalog has natural cross-sell opportunities (complementary products, accessories, related items). Particularly effective when the store has many lower-priced items where quantity-based incentives drive higher totals.
Key mechanics:
When the merchant's query is open-ended (e.g., "boost my sales", "help my business", "give me 3 to 5 actions"), the recommendation set MUST mix at least two of the following lever types — never propose an all-discount set:
| Lever type | Example action |
|---|---|
| Discount rule (auto-apply) | apply_discount with minSubTotal above AOV |
| Coupon | code-gated discount for subscribers / influencers |
| Free-shipping / shipping change | create_shipping_option with AOV-calibrated threshold |
Bundle / minItemQuantity rule | multi-item discount targeting cross-sell categories |
minSubTotal / AOV-threshold rule | spend-based discount above current AOV |
State the lever type per recommendation in the reasoning / why field (e.g., "Lever: free-shipping threshold — pushes carts above current AOV $X"). A recommendation set containing only apply_discount actions FAILS the UPSELL_BOOST goal's open-prompt intent.
If the merchant's prompt names a specific lever (e.g., "give me a coupon"), this rule does NOT apply — focus all recommendations on that lever. The multi-lever requirement is for OPEN prompts where the lever is the agent's call.
getSiteData (revenue / ordersCount)(new_aov - baseline_aov) / baseline_aov * 100| Scenario | Recommended Flow | Rationale |
|---|---|---|
| Clear AOV data, margin data available | Upsell Boost (primary) | Full data enables optimal threshold + discount calculation |
| Low-data store (few orders) | Upsell Boost with conservative defaults | Use price_p50 as AOV proxy, 10% discount, 1.15x threshold |
| Catalog has natural bundles | Bundle & Save (secondary) | Multi-item incentive drives AOV through quantity |
| Both AOV and cross-sell opportunity | Both flows, different scopes | Upsell Boost on high-value categories, Bundle & Save on accessories |
| Merchant specifies exact values | Honor merchant input | User overrides always take priority over calculated values |
Last updated: 25 June 2026