§
§ · free tool

Shopify discount URL. Auto-apply. With QR.

Build a Shopify auto-apply discount URL. Pick a redirect target (cart, product, collection, or checkout), drop the discount code, and download a share-ready URL plus QR code.

Browser-only · nothing leaves this device
§ 01 · redirect target
§ 02 · inputs

Store domain + discount code.

§ 02b · optional UTM tags
§ 03 · share URL

                
§ 04 · one link, one click

The code applies before the customer types.

A Shopify discount URL is the auto-apply share link in the format yourstore.com/discount/CODE. Click it, and Shopify applies the discount to the cart automatically. The customer never has to remember a code, never has to type it at checkout, never risks typos. Every SMS, email, influencer campaign, and QR-code placement should use this pattern instead of displaying a bare code; redemption rates typically lift 30 to 60 percent compared with code-entry flow.

Two patterns worth knowing. Pattern one: redirect-to-product. Append ?redirect=/products/handle and the discount applies, then Shopify sends the customer directly to that product page with the discount ready. Pattern two: redirect-to-checkout. Append ?redirect=/checkout for cart-ready one-item promo campaigns. The Shopify Ajax Cart API and Shopify Discount docs cover the full spec.

Pair the URL with UTM tags for campaign attribution. The generator above appends UTMs correctly after the redirect parameter so GA4 and Shopify's native analytics both resolve the source. For offline campaigns (print, packaging inserts, popup-shop signage), the QR code download above bakes the full discount URL into a scannable code.

Tools in the same cluster: UTM Builder for campaign tagging. AOV Calculator for threshold-based free-shipping math that pairs with discounts.

§ 05 · questions

Five answers.

What is a Shopify auto-apply discount URL?

A Shopify discount URL is a share link in the format yourstore.com/discount/CODE where CODE is your discount name. When a customer clicks the link, Shopify applies the discount to the cart automatically, so the customer never has to type or remember the code. Shopify added this feature in 2017 and it is the default recommended way to share discounts in email, SMS, influencer content, and QR campaigns.

Can I redirect to a specific product or collection?

Yes. Append a redirect parameter: yourstore.com/discount/CODE?redirect=/products/product-handle or /collections/collection-handle. Shopify applies the discount, then sends the visitor to the target page. The tool above builds this parameter correctly. For checkout-direct links (skip the product page entirely), append /checkout or /cart to the redirect; this works best for abandoned-cart recovery and one-item promo campaigns.

Do discount URLs work for Shopify Plus and standard plans alike?

Yes. The discount URL pattern works on every Shopify plan from Basic through Plus. Shopify Plus adds the Discount Combinations API (stacking discounts), scripts (via Shopify Functions), and the Discount Types customization surface that standard plans do not have, but the share-link format is identical across plans.

Can I track which URL drove conversions?

Yes. Add UTM parameters to the URL after the redirect parameter: yourstore.com/discount/CODE?redirect=/products/item&utm_source=email&utm_medium=newsletter&utm_campaign=spring_sale. GA4 and Shopify's native analytics will attribute the traffic and revenue to the campaign. Use the Digital Heroes UTM Builder for a properly-tagged URL, then drop the discount portion in front of it.

Does this tool save my data?

No. Every value you enter lives in memory for this browser tab only. Nothing is transmitted to a server, stored in a database, or synced. The QR code is generated entirely client-side. Close the tab and the data is gone.

§ 06 · promo infrastructure

Promo mechanics beyond codes.

Our Shopify engagements ship stacking discount rules (via Shopify Functions), tiered cart promotions, and segment-aware flows wired into Klaviyo. Scoped in 48 hours.