Ecommerce & CRO
Subscription commerce
Subscription commerce is selling on a recurring schedule rather than one order at a time — replenishment of consumables, curated boxes, or memberships. It converts a one-off purchase into predictable recurring revenue and raises LTV sharply, at the cost of managing dunning, churn, and subscriber-facing account tooling. On Shopify it is built on the Subscriptions APIs, usually through an app.
Why it matters
Subscriptions change the shape of a business, not just its revenue line. A one-off purchase has to be won again every time; a subscription is won once and then kept, which shifts where the effort goes — from acquisition to retention, from campaigns to product experience.
The financial effect is large enough to change what the business can afford. Predictable recurring revenue makes inventory planning possible, raises LTV sharply, and therefore raises the CAC the business can justify. A brand that can pay more per customer than its competitors can outbid them.
The cost is a new operational burden nobody anticipates at the pitch: failed payments, cancellations, subscribers wanting to skip a month, and support tickets from people who cannot find how to change their delivery date.
How it works on Shopify
Subscriptions run on Shopify's Subscriptions APIs, implemented through an app — selling plans define the cadence and discount, and subscription contracts hold each subscriber's arrangement. Billing is handled through the payment gateway's recurring capability rather than by charging a stored card manually.
Three parts of the build carry most of the value.
Dunning is the retry logic for failed payments, and it is where involuntary churn is either recovered or lost. Card updater services, sensible retry schedules, and pre-expiry notification are unglamorous and directly revenue-generating.
The customer portal is where subscribers pause, skip, swap, or change their next date. Every action it does not support becomes a support ticket, and — more expensively — a cancellation from someone who only wanted to pause.
The product page needs to sell the subscription without hiding the one-off option. Shoppers forced into a subscription to try a product frequently choose neither.
Common mistakes
- No pause or skip. The single most common cause of avoidable cancellations. People who cannot pause cancel instead.
- Ignoring failed payments. Involuntary churn is recoverable and most stores never measure it separately.
- Discount too deep at signup. A large introductory discount attracts subscribers who leave when the real price arrives, and the cohort looks good for exactly one cycle.
- Hiding one-off purchase. Forcing commitment before trial suppresses both.
- Cadence set by the business. A monthly delivery of something consumed every six weeks produces stockpiling, then cancellation.
- No cancellation survey. The one moment a departing customer will explain what went wrong.
When you need help
The clearest case is a subscription base that has stopped growing while signups continue — churn quietly matching acquisition. Diagnosing that means separating voluntary from involuntary churn and reading it by cohort, which most subscription apps do not report well enough to act on.
The other case is the build itself when it goes beyond an app's defaults: bundles that subscribers can customise per cycle, prepaid plans, or a portal that has to handle swap and pause cleanly. That is real development, and it is the part of the model that determines whether subscribers stay.
Related terms
- Churn rateChurn rate is the share of customers or subscribers who stop buying over a given period. It is the mirror of retention and the single biggest input into LTV for a subscription business — a subscription with 10% monthly churn keeps the average customer for ten months. Voluntary churn is a product problem; involuntary churn (failed payments) is usually a solvable technical one.
- LTVLTV, or customer lifetime value, is the total profit a business expects from one customer across the whole relationship. It is what justifies acquisition spend: if LTV is $180 and it costs $60 to acquire a customer, the ratio of 3:1 is generally considered healthy. LTV rises with repeat purchase rate, AOV, and margin, and falls with churn.