M
MJK.Supplies
Home / n8n / n8n For E-commerce…
n8n

n8n For E-commerce

E-commerce operations generate a constant stream of events — new orders, payment confirmations, shipping updates, customer reviews, abandoned carts, and support requests. Automating the workflows that respond to these events with n8n improves customer experience, reduces operational overhead, and enables the personalisation at scale that drives revenue. This guide covers the most valuable n8n e-commerce automation patterns.

M
MJK Supplies · Jan 9, 2026 · 4 min read
ShareXinf↗
n8n For E-commerce

Order Processing Automation

The most important e-commerce automation is the post-purchase workflow. Every order should trigger a consistent, well-designed response that confirms the order, sets shipping expectations, and begins the relationship with the customer.

The order automation workflow:

  1. Shopify Trigger: New order created webhook fires
  2. n8n enriches the order data: Fetch customer's order history to determine if they're a first-time or returning customer
  3. Branch by customer type:

- First-time customers: welcome sequence email + order confirmation - Returning customers: VIP acknowledgment + order confirmation

  1. Create fulfillment task: In operations tool or Airtable
  2. Update CRM: If HubSpot is connected, log the purchase as a CRM activity

Using Claude in the workflow, the order confirmation email is personalised based on the products ordered — for a customer who bought running shoes, the confirmation includes care and use tips; for electronics, setup tips; for perishables, delivery care instructions.

Abandoned Cart Recovery

Cart abandonment is one of the largest revenue recovery opportunities in e-commerce — 70-80% of carts are abandoned, and recovery sequences convert 5-15% of those.

The recovery workflow:

  1. Shopify Trigger: Cart abandonment webhook (fires when a user leaves with items in cart)
  2. Wait 1 hour: Give the customer time to complete the purchase naturally
  3. Check purchase: If order was completed, stop the workflow
  4. Send Email 1: Friendly reminder about the items in cart
  5. Wait 24 hours
  6. Check again: If purchased, stop
  7. Send Email 2 (with incentive): Offer a small discount (e.g., 10% off)
  8. Wait 48 hours
  9. Check again: Final follow-up or remove from sequence

Claude personalises each email based on the specific items in the cart — making the recovery emails feel relevant rather than generic. Personalised abandoned cart emails convert at higher rates than generic templates.

Customer Review Generation

Product reviews are critical for e-commerce conversion. AI automation can systematically generate review requests at the right time.

The review request workflow:

  1. Schedule Trigger: Daily at 9 AM
  2. Shopify Query: Get all orders fulfilled 7 days ago with no review request sent
  3. Filter: Remove customers who have received a review request in the last 30 days
  4. For each order: Generate a personalised review request email using Claude, referencing the specific product(s) purchased
  5. Send via email provider
  6. Log in Airtable: Track that this customer received a review request (prevents duplicate sends)

The personalisation in review requests ("How are you enjoying your [Product Name]?") significantly improves response rates compared to generic requests.

Product Description Automation

For stores with large catalogs, writing product descriptions manually doesn't scale. Claude can generate high-quality product descriptions from product specifications.

The description workflow:

  1. Airtable Trigger: New row added to product database with specifications but no description
  2. Claude Node: Generate a product description from the specifications — including key features, use cases, and a compelling call to action. Style instructions match your brand voice.
  3. Update Airtable: Write the description back to the product database
  4. Optional: Shopify Update Product node to write the description directly to the Shopify product

For a catalog of 500 products, this automation processes the entire catalog in a few hours. Ongoing, new products get descriptions immediately when specifications are entered.

Customer Support Integration

E-commerce support has common, predictable patterns: where is my order, how do I return this, why was I charged this amount. n8n can handle these automatically.

Support automation:

  1. Gmail/Zendesk Trigger: New support email/ticket
  2. Claude: Classify the issue type — order status, return request, billing, product question, general
  3. Shopify Lookup (order status branch): Get the order and shipping status
  4. Generate response: Claude drafts the appropriate response with the actual order data
  5. Auto-send or queue for review based on issue complexity

Inventory and Reorder Automation

Low stock alerts prevent lost sales. n8n can monitor inventory and automate reorder processes.

Inventory monitoring:

  1. Schedule Trigger: Every morning
  2. Shopify Query: Get all products where inventory quantity < reorder threshold
  3. For each low-stock product: Send an alert to the operations team in Slack with product name, current quantity, and reorder link
  4. For products below critical threshold: Create a purchase order draft in the procurement system

Recommended Tools

  • n8n — E-commerce automation platform
  • Shopify — E-commerce platform with strong n8n integration
  • Claude API — Personalised email generation and support responses
  • Klaviyo — E-commerce email marketing platform
  • Airtable — Product database and review tracking
  • HubSpot — CRM for customer purchase history
  • Twilio — SMS for shipping updates
#n8n#ecommerce

Related articles

MJK Supplies · Automation Services

Want this built for you?

We design and ship custom AI agents and automation systems for teams that want results, not a backlog. Book a free 30-minute consult — no commitment, no pitch deck.