AutomationFlowsE-commerce › Shopify New Order to Google Sheets

Shopify New Order to Google Sheets

Shopify New Order To Google Sheets. Uses shopifyTrigger, googleSheets. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesShopify TriggerGoogle Sheets
E-commerce Trigger: Event Nodes: 2 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "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
          }
        ]
      ]
    }
  }
}
Pro

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 →

More E-commerce workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

E-commerce

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

Shopify Trigger, Woo Commerce Trigger, WooCommerce +3
E-commerce

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

HTTP Request, Shopify Trigger, Google Sheets
E-commerce

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

Shopify Trigger, Google Sheets, N8N Nodes Rapiwa
E-commerce

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

Shopify Trigger, Woo Commerce Trigger, Google Sheets
E-commerce

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

Google Sheets, Shopify Trigger, Gmail +2