{"title":"Promotions v2 examples","slug":"advanced-promotion-examples","url":"https://support.storeconnect.com/articles/advanced-promotion-examples","url_markdown":"https://support.storeconnect.com/articles/advanced-promotion-examples.md","subtitle":null,"summary":"Complete field-by-field recipes for common Promotions v2 offers: free and discounted shipping over a threshold, percentage off a cart, tiered spend and save, members-only free shipping, buy three get 10% off, and a free gift.","type":"Help_Documentation","video_url":"","keywords":"promotions v2 examples, promotion v2, advanced promotion examples, free shipping threshold, spend and save, tiered discount, members only free shipping, buy three get one, free gift, fixed price for n products, percentage off cart, promotion recipes, coupon code example","last_modified":"2026-09-15T02:32:04+0000","body_markdown":"Each recipe below lists every record and field value needed for one complete offer. Build them in the order shown, following the process in [Configure Promotions v2](configure-advanced-promotions).\n\nFields not listed can keep their defaults. Every recipe assumes the promotion's **Store** is your store and its **Start Date** is today or earlier.\n\n## Free shipping over $200\n\nApplies automatically once the cart reaches $200.\n\n**Reward**\n\n| Field | Value |\n|---|---|\n| Display Name | Free Shipping at $200 |\n| Identifier | `free-shipping-over-200` |\n| Type | Discounted Shipping |\n| Discount Type | Percentage |\n| Discount Percentage | 100 |\n\n**Condition**\n\n| Field | Value |\n|---|---|\n| Name | Cart Total $200 |\n| Type | Total Value |\n| Amount | 200 |\n\n**Promotion v2**\n\n| Field | Value |\n|---|---|\n| Display Name | Free Shipping over $200 |\n| Reward Strategy | Tiered |\n| Coupon Code | Leave blank |\n\n**Promotion v2 Condition**: the condition and reward above, **Priority** `1`.\n\n## Half-price shipping over $100\n\nThe same shape, with a partial shipping discount. Set the reward's **Discount Percentage** to `50` instead of `100`, the condition **Amount** to `100`, and name the records accordingly.\n\n## 10% off the cart over $150\n\nApplies automatically to the cart subtotal.\n\n**Reward**\n\n| Field | Value |\n|---|---|\n| Display Name | 10% Off Subtotal |\n| Identifier | `ten-percent-off-subtotal` |\n| Type | Discount on Subtotal |\n| Discount Type | Percentage |\n| Discount Percentage | 10 |\n\n**Condition**: Total Value, **Amount** `150`.\n\n**Promotion v2**: **Reward Strategy** Tiered, no coupon code.\n\n**Promotion v2 Condition**: **Priority** `1`.\n\n## Tiered spend and save\n\nSpend $500 for 10% off, $1000 for 20%, $1500 for 30%, with only the best tier applying. This is what **Tiered** exists for: three condition-and-reward pairs under one promotion.\n\n**Rewards**: three Discount on Subtotal rewards at 10, 20, and 30 percent.\n\n**Conditions**: three Total Value conditions with amounts 500, 1000, and 1500.\n\n**Promotion v2**: **Display Name** Spend and Save, **Reward Strategy** **Tiered**, no coupon code.\n\n**Promotion v2 Conditions**: three link records, highest threshold first.\n\n| Condition | Reward | Priority |\n|---|---|---|\n| Cart Total $1500 | 30% Off Subtotal | 1 |\n| Cart Total $1000 | 20% Off Subtotal | 2 |\n| Cart Total $500 | 10% Off Subtotal | 3 |\n\nThe priority order matters. Under the tiered strategy only one link record applies, so putting the highest threshold at priority `1` means a large cart gets the biggest discount rather than stopping at the first tier it passes. A $600 cart gets 10%, a $1200 cart gets 20%, and a $1600 cart gets 30%.\n\n## Members-only free shipping\n\nNo cart requirement, restricted to one membership. The restriction lives on the promotion header, so the condition is simply Always Applies.\n\n**Reward**: Discounted Shipping, Percentage, `100`.\n\n**Condition**: Always Applies. Leave **Amount** empty.\n\n**Promotion v2**\n\n| Field | Value |\n|---|---|\n| Display Name | Member Free Shipping |\n| Customer Scope Membership | Your membership record |\n| Coupon Code | Leave blank |\n\n**Promotion v2 Condition**: **Priority** `1`.\n\n:::tip\nIf the offer has no cart condition at all, a [discount](discounts) scoped to the same membership is simpler to maintain and shows the reduced price on the product page. Use this recipe when you also need scheduling, usage limits, or a coupon code.\n:::\n\n## Buy three, get 10% off those items\n\nRepeats for every group of three, so six items get the discount twice.\n\n**Reward**\n\n| Field | Value |\n|---|---|\n| Display Name | 10% Off Every Three |\n| Identifier | `ten-percent-every-three` |\n| Type | Discount on Products |\n| Discount Type | Percentage |\n| Discount Percentage | 10 |\n| Frequency | No Limit |\n| Apply to | Matched Products |\n\n**Condition**: Total Quantity, **Amount** `3`.\n\n**Promotion v2 Condition**: **Priority** `1`.\n\nTo limit the offer to one category, add a **Promotion v2 Product Scope** to the condition with **Scope Type** Include and that **Category** selected. Because the reward uses **Matched Products**, the discount then lands only on the items the condition counted.\n\n## A free gift over $80\n\nAdds a nominated product to the cart at no charge.\n\n**Reward**\n\n| Field | Value |\n|---|---|\n| Display Name | Free Tote Bag |\n| Identifier | `free-tote-over-80` |\n| Type | Free Product |\n| Quantity | 1 |\n\nAdd a **Promotion v2 Product Scope** to this reward with **Scope Type** **Free Product** and the gift selected in **Product**. Without it, the reward has nothing to give.\n\n**Condition**: Total Value, **Amount** `80`.\n\n**Promotion v2 Condition**: **Priority** `1`.\n\nThe gift appears as its own cart line at $0 and is removed automatically if the cart drops below $80.\n\n## Any two for $50\n\n**Reward**\n\n| Field | Value |\n|---|---|\n| Display Name | Any Two for $50 |\n| Identifier | `any-two-for-50` |\n| Type | Fixed Price for N Products |\n| Quantity | 2 |\n| Fixed Amount | 50 |\n| Apply first to | Most Expensive |\n\n**Condition**: Total Quantity, **Amount** `2`, with an Include product scope for the category the offer covers.\n\n**Promotion v2 Condition**: **Priority** `1`.\n\n**Apply first to** decides which two items are repriced when the cart holds more than two eligible ones. **Most Expensive** is the customer-friendly choice."}