Most e-commerce businesses still handle a surprising amount of operational work manually — follow-up emails timed to gut feel, inventory checks done by opening a tab, review requests forgotten in the post-order rush. These are exactly the categories of work that n8n e-commerce automation eliminates reliably, and where the time savings are most immediate.
Here are five n8n workflows that address the highest-value manual tasks in a typical e-commerce operation.
1. Abandoned Cart Recovery with n8n
A customer adds items to their cart and leaves without buying. This is the single highest-ROI automation in e-commerce, with recovery rates of 5–15% across industries.
The workflow: Shopify (or WooCommerce) webhook triggers when a checkout is abandoned → n8n waits one hour → checks if the order was completed in the interim → if not, sends a personalised email with the abandoned cart contents and a recovery link → waits 24 hours → if still not converted, sends a second email with a discount code.
The delay check is essential. Without it, you risk sending recovery emails to customers who completed their purchase through a different browser or device.
2. Low Stock Alerts
Running out of stock on a popular item without warning is expensive — you lose sales, delay fulfilment, and damage customer trust. Manual stock monitoring does not catch problems fast enough.
The workflow: n8n runs on a schedule (every morning, or every few hours for high-velocity SKUs) → pulls stock levels from Shopify or your inventory system → filters for items below a defined threshold → sends an alert to your purchasing team via Slack or email with the item name, current quantity, and average daily sales rate.
Add a "days of stock remaining" calculation to make the alert actionable — knowing you have 20 units is less useful than knowing you have 3 days of stock at current sell rate.
3. Post-Purchase Order Update Sequence
Customers want to know their order is being processed, when it ships, and when to expect delivery. These updates reduce support tickets and increase trust, but manually sending them at scale is impractical.
The workflow: triggers on Shopify order status changes → sends a confirmation email on purchase → sends a shipping notification with tracking link when fulfilment is marked → sends a delivery confirmation the day after the expected delivery date → three days after delivery, sends the review request (see workflow 4).
4. Review Request After Confirmed Delivery
Review requests sent immediately after purchase get low response rates — the customer has not used the product yet. Review requests sent 3–7 days after confirmed delivery get substantially higher rates, because the customer has experience to share.
The workflow: triggers on the delivery confirmation from your shipping carrier → waits 4 days → sends a personalised review request with a direct link to your Google Business Profile or Trustpilot page → if the customer clicks but does not review, sends one gentle follow-up after 48 hours.
5. Automated Weekly Sales Report
A weekly sales report should not require anyone to manually pull numbers. If your team is exporting CSVs or copy-pasting figures into a spreadsheet each week, this is automatable in one afternoon.
The workflow: n8n triggers every Monday at 7am → queries Shopify API for the previous week's orders → calculates total revenue, order count, average order value, top-selling products, and refund rate → formats the data into a clean email → sends to the owner and relevant team members before the working day starts.
Add a comparison to the previous week and the same week last year to make the report genuinely useful rather than just a number dump.
Your n8n E-commerce Automation Stack
These five workflows together typically save 8–12 hours per week for a business processing 100+ orders. More importantly, they run in the background indefinitely — the time savings compound every week without any ongoing effort once the automation is working correctly.
For the full picture on which automations produce the best return for a Shopify store, see our guide to measuring e-commerce automation ROI. If your store does not yet have a post-purchase chatbot, building an AI chatbot for your Shopify store is a natural next step after these operational automations are in place.