Track Shopify Orders in Google Sheets and Send Discord Notifications
This workflow tracks new Shopify orders in real-time and logs them to a Google Sheet, while also sending a structured order summary to a Discord channel. Perfect for keeping your team and records updated without checking your Shopify admin manually.
โ Features: Trigger: Listens to orders/create event via the Shopify Trigger node Authentication: Uses Shopify Access Token, generated via a custom/private Shopify app Google Sheets Logging: Automatically appends order details to a sheet with the following columns: Order Number Customer Email Customer Name City Country Order Total Currency Subtotal Tax Financial Status Payment Gateway Order Date Line Item Titles Line Item Prices Order Link Discord Alerts: Sends a clean and formatted summary to your Discord server Line Item Extraction**: Breaks down item titles and prices into readable format using code Multi-currency Compatible**: Displays currency type dynamically (not hardcoded)
๐งฉ Nodes Used: Shopify Trigger (Access Token) Code โ extract line_item_titles and line_item_prices Google Sheets โ Append row Code (JavaScript) โ Format Discord message Discord โ Send message
๐ Sticky Notes: ๐ ๏ธ Use your own Google Sheet link and Discord webhook ๐ You can duplicate and adapt this for orders/updated or refunds/create events ๐ No hardcoded API keys โ credentials managed via UI
๐ผ๏ธ Sample Outputs
๐ Google Sheet Entry
| Order Number | Customer Email | Customer Name | City | Country | Order Total | Currency | Subtotal | Tax | Financial Status | Payment Gateway | Order Date | Line Item Titles | Line Item Prices | Order Link | |--------------|------------------|----------------|-----------|----------|--------------|----------|----------|--------|-------------------|------------------|------------------------------|----------------------------------------------------------------------------------------------------|----------------------------------|------------| | 1003 | abc123@gmail.com | test name | test city | Pakistan | 2522.77 | PKR | 2174.8 | 347.97 | paid | bogus | 2025-07-31T13:45:35-04:00 | Selling Plans Ski Wax, The Complete Snowboard, The Complete Snowboard, The Collection Snowboard: Liquid | 24.95, 699.95, 699.95, 749.95 | View Order |
๐ฌ Discord Message Preview
> Tested with Shopify's "Bogus" gateway โ works without real card info in a development store.
Related Templates
Instagram Full Profile Scraper with Apify and Google Sheets
๐ธ Instagram Full Profile Scraper with Apify and Google Sheets This n8n workflow automates the process of scraping ful...
Technology News Workflow Explanation with Key Services
This workflow contains community nodes that are only compatible with the self-hosted version of n8n. Auto-Publish Techn...
Auto-classify Gmail emails with AI and apply labels for inbox organization
Who is this for? Professionals and individuals who receive high volumes of emails, those who want to automatically organ...
๐ Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments