The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"nodes": [
{
"parameters": {
"shop": "your-shopify-store.myshopify.com",
"webhookId": "",
"options": {}
},
"name": "Shopify Trigger (New Order)",
"type": "n8n-nodes-base.shopifyTrigger",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"authentication": "oAuth2",
"operation": "append",
"spreadsheetId": "",
"sheetName": "Orders",
"valueInputOption": "RAW",
"options": {
"values": "=[[\"{{ $json.order_number }}\", \"{{ $json.customer.first_name }} {{ $json.customer.last_name }}\", \"{{ $json.total_price }}\", \"{{ $json.created_at }}\"]]"
}
},
"name": "Google Sheet Append",
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 1,
"position": [
500,
300
]
}
],
"connections": {
"Shopify Trigger (New Order)": {
"output": [
[
{
"node": "Google Sheet Append",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Shopify New Order To Google Sheets. Uses shopifyTrigger, googleSheets. Event-driven trigger; 2 nodes.
Source: https://github.com/EdgeAgent/n8n-automations/blob/main/shopify_new_order_to_google_sheets/shopify_new_order_to_google_sheets.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This workflow automates the synchronization of product prices across Shopify and WooCommerce platforms to ensure retail consistency. It triggers when a price change is detected in either system, appli
This n8n workflow automatically sends WhatsApp notifications to customers when their Shopify orders are fulfilled. It extracts order details, validates customer phone numbers for WhatsApp compatibilit
This n8n workflow listens for order cancellations in Shopify, extracts relevant customer and order data, checks if the customer’s phone number is registered on WhatsApp via the Rapiwa API, and sends a
This workflow automates the collection and standardization of sales data from Shopify and WooCommerce into a centralized Google Sheets ledger. It triggers on new orders, normalizes disparate platform
The workflow triggers on a new checkout event from Shopify and extracts all relevant cart data. It filters carts based on value and age to isolate qualified abandoned checkouts. For each qualified car