Shopify Profit Margin Tracker (n8n Template)

Ready-to-import n8n template that turns your paid Shopify orders into a per-order net-margin report in Google Sheets, with a weekly email summary. Add your credentials and go.

  • Pulls paid orders from the Shopify Admin API on a weekly schedule
  • Matches every SKU to its unit cost from a Google Sheet
  • Subtracts an editable payment-fee estimate for true net margin
  • Logs one row per order and emails the lowest-margin products

Shopify Product Image Alt Text Generator (n8n Template)

An eleven node n8n workflow that writes alt text for every new Shopify product photo. It reacts to the products/create webhook, pulls the product media through the GraphQL Admin API, sends each image without alt text to Google Gemini for a real description of what is in the frame, then writes the result back with the fileUpdate mutation and sends you a Telegram digest.

  • Validated workflow JSON, import and attach credentials
  • Shopify GraphQL Admin API 2026-04, no deprecated REST product endpoints
  • Gemini 2.5 Flash vision call, free tier friendly
  • Skips images that already have alt text, so hand written copy survives
  • Alt text cleaned and capped at 125 characters
  • Telegram digest per product, optional
  • Works on n8n Cloud and self hosted

Shopify Order Cancellation Automation (n8n Template)

A six node n8n workflow that reacts to the Shopify orders/cancelled webhook and closes the three gaps Shopify leaves open on a cancellation.

  • Sends the customer a clear cancellation email naming the items, the amount refunded so far, and the refund window
  • Appends an eleven column row to a Google Sheets Cancellations log so you can report on cancel reasons over time
  • Detects orders cancelled after fulfilment, where Shopify will not restock automatically, and emails your ops address the exact line items to check
  • Import ready JSON with credential placeholders for Shopify, Gmail and Google Sheets, set inactive so nothing fires before you are ready

Shopify Inventory Reorder Point Forecast (n8n Template)

The exact workflow from our guide, ready to import. Weekly, n8n derives sales velocity per SKU, computes reorder point, days of cover and a suggested order quantity, upserts a Google Sheet, and emails what to reorder.

  • Eight nodes joining orders and stock
  • Reorder point and suggested quantity per SKU
  • Works on n8n Cloud and self-hosted

Shopify RFM Customer Segmentation (n8n Template)

The exact workflow from our guide, ready to import. Weekly, n8n pulls paid orders, computes Recency, Frequency and Monetary quintiles per customer, labels each segment, upserts a Google Sheet, and emails a summary.

  • Seven nodes with quintile scoring
  • Champions, Loyal, At risk and more
  • Works on n8n Cloud and self-hosted

Shopify Birthday Discount Code Email (n8n Template)

The exact workflow from our guide, ready to import. Each morning n8n reads your birthday list, finds today’s birthdays, mints a unique discount code via the Shopify GraphQL API, and emails it.

  • Five nodes, GraphQL discount creation
  • Unique, time-limited code per customer
  • Works on n8n Cloud and self-hosted

Shopify AI Product Recommendation Email (n8n Template)

The exact workflow from our guide, ready to import. After a purchase n8n pulls your catalog, asks Gemini to pick three products that pair with the order, and emails personalized recommendations.

  • Six nodes using Google Gemini (free tier)
  • Strict JSON output, HTML email with links
  • Works on n8n Cloud and self-hosted

Shopify Bulk Product Upload From CSV (n8n Template)

The exact workflow from our guide, ready to import. Read product rows from a Google Sheet, loop them in batches, build each payload, and create the products in Shopify with a short pause to respect rate limits.

  • Seven nodes with a batching loop
  • Turn a spreadsheet into a live catalog
  • Works on n8n Cloud and self-hosted

Sync Inventory Between Two Shopify Stores (n8n Template)

The exact workflow from our guide, ready to import. When stock changes in store A, n8n reads the SKU, finds the matching variant in store B, and sets its inventory level to match.

  • Six nodes, webhook-driven, matched on SKU
  • Keeps two storefronts in lockstep
  • Works on n8n Cloud and self-hosted

Shopify Review Request Automation (n8n Template)

The exact workflow from our guide, ready to import. When an order is fulfilled n8n waits several days, has AI draft a warm review request, emails the customer, and logs the send.

  • Six nodes with a built-in Wait step
  • AI-written, personal review asks
  • Works on n8n Cloud and self-hosted