Shopify API Auth Health Check (n8n Template)

The exact six-node n8n workflow from our Shopify API authentication guide. It calls the Shopify Admin API on a schedule using your stored credential, checks the response, and alerts Telegram the moment authentication breaks, so a revoked token never fails silently.

  • Custom app access token and OAuth2 both supported via the native Shopify credential
  • HTTP Request reuses your Shopify credential to reach the shop.json endpoint
  • Never-Error handling so a 401 is caught, not crashed on
  • Telegram failure alert with the status code and error body
  • Works on n8n Cloud and self-hosted, credentials pre-slotted

Ecommerce Order Starter (n8n Template)

The ready-to-import n8n workflow from our ecommerce automation guide. It fires on every new Shopify order, shapes the key fields once, then logs the order to Google Sheets and sends you a Telegram alert in parallel.

  • 4 nodes: Shopify Trigger, Edit Fields, Google Sheets append, Telegram send
  • Works on n8n Cloud and self-hosted
  • Credentials pre-stubbed with placeholders, just add your own
  • Swap the trigger for the WooCommerce node to run it on WooCommerce

Auto-hide out-of-stock WooCommerce products (n8n Template)

Import this validated n8n workflow to automatically hide sold-out WooCommerce products from your storefront and re-publish them the moment they are restocked. Add your WooCommerce API key and go live in minutes.

  • 5 core nodes, no paid add-ons or AI cost
  • Scheduled scan hides out-of-stock products (sets them to draft)
  • Auto-restores restocked products, gated by a safety meta flag
  • Works on n8n Cloud and self-hosted

Shopify Storefront FAQ RAG Chatbot (n8n Template)

The exact validated n8n workflow from our guide: a retrieval (RAG) chatbot that answers Shopify shopper questions from your own catalog and shop policies, using Google Gemini and a Supabase vector store. Import, add your credentials, run.

  • Two ready flows: catalog + policy ingestion and an always-on storefront chat agent
  • Google Gemini embeddings + gemini-2.5-flash chat (free tier friendly, no OpenAI)
  • Supabase pgvector knowledge base
  • 14 pre-wired nodes, active:false, credential placeholders

Shopify Customer Loyalty Tiers (n8n Template)

Import this ready-to-run n8n workflow to auto-assign Bronze, Silver and Gold loyalty tiers to your Shopify customers by lifetime spend, updated on a weekly cron.

  • Reads every customer total_spent and picks the right tier
  • Writes the tier back as a Shopify customer tag, safely preserving all other tags
  • Only updates customers whose tier changed, so it is cheap to run
  • Optional Gmail congratulations email for promoted customers
  • Credential placeholders included, swap in your own and go

Manage Shopify From Telegram (n8n Template)

A two-way n8n Telegram bot that lets you manage your Shopify store from a chat window. Send a slash command and the bot queries the Shopify Admin API and replies in seconds.

  • /orders — your five most recent orders with totals and status
  • /lowstock — every variant at or below your stock threshold
  • /sales — today order count and running total
  • /find 1042 — look up a single order by name or number

12 validated nodes, read-only and safe to share with staff. Works on n8n Cloud and self-hosted. Import, add your Telegram and Shopify credentials, set your store domain, and go.

Shopify Draft Order Invoice Follow-up (n8n Template)

Import this validated n8n workflow and start chasing unpaid Shopify draft orders automatically. It checks your open draft orders on a daily schedule, keeps the ones older than three days that are still unpaid, and emails each customer their secure invoice link.

  • 4 core nodes: Schedule Trigger, HTTP Request, Code, Gmail
  • Works on n8n Cloud and self-hosted, no community nodes
  • Adjustable reminder threshold and email copy
  • Credential placeholders included, just paste your Shopify and Gmail keys

Shopify Google Shopping Product Feed (n8n Template)

A ready-to-import n8n workflow that turns your Shopify catalog into a Google Merchant Center product feed inside a Google Sheet, on a schedule, for free Google Shopping listings.

  • Four nodes: Schedule, Shopify (get all products), Code (build feed rows), Google Sheets (append or update).
  • One clean feed row per variant with id, title, description, link, image_link, price, availability, brand, mpn and gtin.
  • Append-or-update on id keeps the sheet duplicate-free run after run.
  • Works on n8n Cloud and self-hosted. Add your credentials and store domain and go live.

Shopify Orders to Airtable (n8n Template)

Import this ready-made n8n workflow to log every new Shopify order into an Airtable base in real time, with no duplicate rows.

  • Shopify Trigger on orders/create
  • Set node mapping 10 clean order fields
  • Airtable upsert matched on Order ID (no duplicates on webhook retries)
  • Works on n8n Cloud and self-hosted; add your credentials and go

Shopify Discount Code Performance Report (n8n Template)

Ready-to-import n8n template that rolls every paid Shopify order up by the discount code it used, then logs the results to Google Sheets and posts a weekly Slack summary. Import the JSON, add your credentials, and activate.

  • Weekly Schedule Trigger with an editable 30-day lookback window
  • Shopify Admin API pull of paid orders (fields trimmed for speed)
  • Code node that aggregates redemptions, discount given, and revenue per code
  • Google Sheets append to a Discount Report tab
  • Plain Slack summary with totals and top five codes by revenue