Shopify Duplicate SKU Finder (n8n Template)

A ready-to-import n8n workflow that audits your Shopify catalog for duplicate SKUs on a weekly schedule and emails you the list. Drop in your Shopify Admin API token and email address, and run your first audit in minutes.

  • Five nodes: weekly schedule, Shopify GraphQL fetch, duplicate detection Code node, IF, Gmail alert.
  • Only emails when duplicates exist, so a quiet inbox means a clean catalog.
  • Works on n8n Cloud and self-hosted. Credentials replaced with placeholders.

Shopify Packing Slip Email Automation (n8n Template)

The exact three-node n8n workflow from our step-by-step guide, ready to import. On every new Shopify order it builds a printable HTML packing slip and emails it to your warehouse, with no PDF engine to host.

  • Shopify orders/create trigger
  • Code node that renders the full styled packing slip (order, ship-to, SKU and quantity table, pick total, order note)
  • Gmail node that sends it as HTML, ready to print
  • Credential placeholders in place, active:false, works on n8n Cloud and self-hosted

Shopify New Arrivals Collection Automation (n8n Template)

The exact eight-node n8n workflow from our step-by-step guide, ready to import. It auto-adds every new Shopify product to a New Arrivals collection and auto-expires items after 30 days, using only the Shopify Admin API and n8n core nodes.

  • Auto-add branch: Shopify products/create trigger to a collects POST
  • Daily auto-expire branch: schedule, 30-day cutoff, aged-products query, split, and delete
  • Credential placeholders in place, active:false, works on n8n Cloud and self-hosted

Shopify Product FAQ Generator (n8n Template)

Ready-to-import n8n workflow that auto-generates a product FAQ for every item in your Shopify catalog using Google Gemini, and appends it straight to the product description.

  • 7 nodes, wired exactly as in the guide
  • Gemini prompt tuned to never invent specs, sizes, or shipping claims
  • Hidden marker keeps every run idempotent (no duplicate FAQs)
  • Works on n8n Cloud and self-hosted

Shopify Blog Post Generator from Products (n8n Template)

Auto-generate a ready to review Shopify blog draft from any collection, every week, with n8n and Google Gemini. Import, add your credentials, and run.

  • Pulls a Shopify collection via the Admin API (2026-04)
  • Writes a clean HTML buying guide with gemini-2.5-flash
  • Creates the article as an unpublished draft (published:false)
  • Pings you on Telegram when a draft is ready to review

Shopify Webhook to Telegram Order Alert (n8n Template)

The exact validated n8n workflow from our guide on Shopify webhooks. It fires an instant Telegram alert the moment a new order is created in your Shopify store, using a single Shopify Trigger node so there is no polling and no duplicate handling.

  • Three nodes: Shopify Trigger (orders/create), Edit Fields, Telegram send.
  • One-click import for n8n Cloud or self-hosted (v1.0+).
  • Credentials are placeholdered, just attach your own Shopify and Telegram accounts.
  • Swap Telegram for Gmail without touching the rest of the flow.

n8n Shopify Node Guide (n8n Template)

The exact workflow from our n8n Shopify node guide, ready to import. It checks Shopify for recent orders every hour, tags any order over $200 as VIP with the built-in Shopify node, and emails you a digest of what was tagged.

  • Reads orders with the native Shopify node (Order, Get Many)
  • Writes a tag back safely without erasing existing tags (Order, Update)
  • Filter, digest Code node, and Gmail step already wired
  • Set to inactive with credential placeholders, so you add your own keys safely
  • Works on n8n Cloud and self-hosted

Shopify Order Validation Agent (n8n Template)

Ready-to-import n8n workflow that validates every new Shopify order against four risk rules, tags flagged orders for review, and alerts you on Telegram.

  • Fires on the Shopify orders/create event
  • Checks address completeness, billing/shipping country mismatch, high quantity, and first-order high value
  • Appends a review tag without erasing existing tags
  • Sends a Telegram alert listing exactly which rules tripped

Shopify Product Catalog Sync to Notion (n8n Template)

Import this n8n template to sync your Shopify product catalog into a Notion database on a schedule. It upserts every product, creating new Notion pages and updating changed ones, with no duplicates and no manual CSV exports.

  • 8 nodes: Schedule, HTTP Request, Split Out, Edit Fields, Notion search, IF, Notion update, Notion create
  • Matches the free guide node for node
  • Works on n8n Cloud and self-hosted
  • Just add your Shopify and Notion credentials

Shopify New Product Announcement to Email + Telegram (n8n Template)

Announce every new Shopify product automatically. This ready-to-import n8n template listens for new products and, the moment one is created, writes a short launch blurb with Google Gemini, emails your list through Gmail, and posts to your Telegram channel.

  • Six-node workflow, import and add credentials
  • Shopify trigger on products/create
  • AI-written announcement (Gemini free tier)
  • Parallel send to Gmail and Telegram
  • Works on n8n Cloud and self-hosted