Search for Shopify automation and you will find a hundred articles about abandoned cart emails. They are worth setting up, they take twenty minutes, and then you are done with the single most-written-about automation in e-commerce. The workflows that actually decide whether a small store is a pleasant business or an exhausting one are further down the list, and they are mostly about operations rather than marketing: knowing what you have, getting it out the door, and getting the customer to come back.
The plan tier is a margin decision
Before automations, one piece of arithmetic that catches small stores out. Shopify's plan price rises with tier, and the card processing rate falls. That makes the choice a volume calculation rather than a feature one.
Work out your monthly card volume, multiply by the rate difference between two tiers, and compare that saving to the price difference. Below a certain volume the cheaper plan wins; above it, the more expensive plan is genuinely cheaper. Plenty of stores stay on an entry plan long past the point where upgrading would save them money every month, because plan price is visible and processing rate is not.
What Shopify costs
| Tier | Listed price | What you get |
|---|---|---|
| Basic | $24/mo billed yearly ($32 monthly) | 2.9% online card rate + a fixed per-transaction fee |
| Grow | $69/mo billed yearly | 2.8% online card rate + a fixed per-transaction fee |
| Advanced | $299/mo billed yearly | 2.7% online card rate + a fixed per-transaction fee |
| Plus | From $2,300/mo billed yearly | 2.5% online card rate + a fixed per-transaction fee |
The fixed component of the card fee is quoted in local currency and varies by country, so only the percentage is reproduced here. Note that the card rate falls as the plan price rises — the break-even is a volume calculation, not a feature one. Source: the vendor’s own pricing page, read August 5, 2026. Prices change — verify before you commit.
The operational automations that matter more
1. Low stock alerts before you sell what you do not have
Overselling is the worst thing a small store does to a customer, and it happens through inattention rather than intent. An automation that alerts when a variant drops below a threshold — set per product, not globally — turns this from a crisis into a purchase order. Route it to Slack or a supplier reorder draft.
2. Fulfilment routing
Orders classified and routed by what they contain: standard items to the normal pick list, fragile or oversized to a separate process, pre-orders held. Doing this by reading each order manually is exactly the kind of work that is fine at ten orders a day and unsustainable at fifty.
3. High-value and high-risk order review
Orders over a threshold, or with mismatched billing and shipping addresses, held for a human glance before fulfilment. A single fraudulent large order costs more than the automation does to build.
4. Post-delivery follow-up timed to actual delivery
Not "seven days after order" but "three days after the tracking says delivered." The difference in response rate is substantial, and the review request lands when the customer has actually used the thing.
5. Replenishment prompts
For consumables, calculate when a customer is likely to run out and prompt them. This is the highest-return e-commerce automation that most small stores never build, because it requires knowing your product's consumption cycle rather than just installing an app.
Shopify Flow and its ceiling
Shopify includes Flow, a native automation builder, on paid plans. It handles a genuine range of store-internal work — tagging customers by spend, holding risky orders, adjusting inventory, sending internal notifications — and for anything that stays inside Shopify it is the right first tool because there is nothing to integrate.
Its ceiling is that it is store-internal. When the workflow needs to reach your accounting system, your supplier's ordering process, a spreadsheet, or an AI step, you need an external engine. The clean division is: Flow for anything that only touches Shopify objects, Make or n8n for anything that crosses a boundary.
Shopify's webhooks are comprehensive and well-documented — order creation, payment, fulfilment, inventory levels, customer updates — which makes the external half straightforward. As with Stripe, webhooks can be delivered more than once, so record what you have processed and check before acting. A duplicate order confirmation is embarrassing; a duplicate fulfilment is expensive.
Where automation makes a store worse
- Over-emailing. Abandoned cart, browse abandonment, win-back, replenishment, review request and newsletter can collectively produce a customer receiving five emails in a week from a store they bought one thing from. Build a global frequency cap that every workflow respects, or build them in one platform that enforces one.
- Discounting reflexively. An abandoned cart automation that always includes a discount teaches customers to abandon carts. Send the reminder first; hold the discount for the second touch, or for segments where it is genuinely needed.
- Automating apologies. When something goes wrong with an order, an automated message makes it worse. Route problems to a person. The recovery conversation is where you keep the customer.
- Tag sprawl. Automations that add tags accumulate hundreds of them, nobody documents what they mean, and eventually a workflow fires on a tag whose purpose has drifted. Keep a written list of tags and what creates them.
- App-based automations you cannot see. Several apps each running their own automations produces behaviour nobody can fully account for. Keep an inventory of which app sends what.
Where to start
If you run a small store and are choosing one thing to build, build the low-stock alert. It prevents the failure that damages customer trust most directly, it takes very little effort, and it pays back the first time it stops you selling something you cannot ship.
After that, the sequence that tends to serve stores well is: fulfilment routing (because it saves the most hours), post-delivery follow-up (because it generates reviews), then replenishment (because it generates revenue). Abandoned carts somewhere in there, since it takes twenty minutes.
And connect the store to your accounting early. Manually reconciling e-commerce orders is a job that grows exactly in proportion to your success, which is the definition of something that should be automated before it hurts. If you would like someone to map that sequence for your specific store, that is what a free audit covers.