Quick checkout links

A pre-filled cart with a subscription already inside — one click from checkout. Built for emails, ads and SMS.

1. What a quick checkout link is

A quick checkout link is a Shopify cart permalink: a URL that pre-fills the shopper's cart with the products, quantities, subscription plan and discount code you chose, then drops them one click from payment. Instead of "go to the store, find the product, pick a frequency, check out", the whole journey is the link.

They're plain Shopify URLs — nothing is rendered by Sublyra at click time and nothing is stored in Shopify. That means they work anywhere a link works:

Plan note: quick checkout links are available on every Sublyra plan, including the free Launch plan. You need at least one selling plan group before the builder can subscribe anyone — create it under Subscriptions → Selling plans.

2. Build a link

1 In the Sublyra admin, go to Settings → Quick checkout links.

2 Pick a selling plan group, then a selling plan. The group decides which products can carry the subscription; the plan sets the frequency the shopper is subscribing to (for example, "Every month").

3 Optionally enter a discount code — it's applied automatically at checkout (section 4).

4 Click Choose products and tick the items for the cart, then set a quantity per item (1–99). Choose products from the selected plan group so the subscription plan applies at checkout.

5 The link rebuilds itself live under Your link as you change anything. Then:

ActionWhat it does
Copy linkPuts the URL on your clipboard, ready to paste into a campaign.
Test it in a new tabOpens the pre-filled cart exactly as the shopper will see it — always do this once before a link goes out.
Save linkStores the URL with a label (e.g. "Welcome email — starter kit") in your saved list so you can find and re-copy it later (section 5).
No selling plan groups yet? The builder tells you and points you to Subscriptions → Selling plans. Create a group with at least one plan first — the frequency the shopper subscribes to comes from there.

3. Anatomy of the URL

Everything the cart needs is in the link itself:

https://your-shop.myshopify.com/cart/41234567890123:1,41234567890456:2?selling_plan=6987654321&discount=WELCOME10
PartMeaning
/cart/41234567890123:1A variant ID and its quantity. Multiple items are comma-separated — here a second variant with quantity 2.
?selling_plan=6987654321The selling plan ID — this is what turns the items into a subscription at the chosen frequency. Leave the plan unselected in the builder and this parameter is omitted, giving you a one-time pre-filled cart.
&discount=WELCOME10A discount code applied automatically at checkout.

The builder handles the ID conversion for you — you pick products and plans by name, it writes the numeric IDs Shopify expects. If a picked item can't be resolved to a valid ID, no link is produced at all: a broken link in a campaign is worse than no link.

4. Selling plan + discount code combos

The two parameters ride in the same URL, and they're the core campaign patterns:

CombinationResultGood for
Selling plan onlyPre-filled subscription cart at the plan's price — including the plan's own subscribe-and-save discount.Standard "subscribe with one click" emails and ads.
Selling plan + discount codeSubscription cart with an extra code auto-applied at checkout.Win-back offers ("come back for 15% off"), influencer codes, launch promos.
Discount code only (no plan selected)One-time pre-filled cart with the code applied.Flash-sale blasts, abandoned-cart recovery on one-time items.
NeitherA plain pre-filled cart at list price.Reorder links ("buy it again") for consumables.
The code must exist in Shopify. The builder passes whatever code you type into the URL — it doesn't create the discount. Create the code under Discounts in Shopify admin first, and test the link: an unknown code simply doesn't apply. Also check how your code combines with the selling plan's own discount — Shopify's discount-combination settings decide whether both fire, so run a test checkout before the campaign goes out.

5. Saved links

Saving a link stores its label, URL and creation date in the Saved links list on the same page — your library of campaign links. Two rules worth knowing:

6. Using links in campaigns

1 Build and test the link in a new tab — confirm the items, quantities, frequency and discount all land as expected.

2 Save it with a label that names the campaign ("Win-back email — 15% off"), so the saved list stays self-explanatory months later.

3 Paste it behind a button or link in your email, ad or message. Every click lands on the same pre-filled cart.

4 Watch results come in as normal subscription orders — quick checkout orders are regular Shopify subscription contracts, so they flow through analytics, dunning and the portal like any other.

Pair it with win-back: a lapsed subscriber who still opens your emails is your cheapest win. A quick checkout link with a discount code turns the win-back email into a one-click return — see the retention guides in the Help Center.

7. FAQ

Do quick checkout links expire?

The URL itself doesn't expire. But it stops working as intended if what it references goes away: delete the selling plan or the discount code and that part no longer applies. Treat sent links as permanent and retire the underlying plan or code to end an offer.

Can a shopper edit the cart after clicking?

Yes. The link pre-fills the cart — it doesn't lock it. Shoppers can change quantities or remove items before paying, like any cart.

Why is the subscription missing when I test my link?

The products in the link must belong to the selected selling plan group. If you picked products from outside the group, the selling_plan parameter can't apply to them. Rebuild the link with products from the group, or attach the products to the group under Subscriptions → Selling plans.

Can I link to a build-a-box bundle?

Quick checkout links fill the cart with specific variants and quantities, so they suit fixed carts — a fixed bundle's exact product set works well. A build-a-box is shopper-assembled by design, so link to its page instead. See Bundles & build-a-box.

Does the discount code in the URL work for subscriptions?

That depends on how the code is configured in Shopify — discount codes have their own rules for which purchase types they apply to. Create or check the code under Discounts in Shopify admin, then use the builder's Test it in a new tab link to confirm it applies at checkout before sending.

Related guides