Shopify Multi-Location Inventory Report (n8n Template)

Ready-to-import n8n template for the Shopify Multi-Location Inventory Report. Import the JSON, add your Shopify and Google credentials, pick your Sheet, and the workflow writes stock per location to a Google Sheet on a weekly schedule.

  • 4 nodes: Schedule Trigger, Shopify GraphQL (HTTP Request), Code flattener, Google Sheets append
  • One GraphQL call returns product, variant, SKU, location and available stock together
  • Works on n8n Cloud and self-hosted; credentials pre-stubbed with placeholders

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

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