Skip to main content

Automate bulk update Magento 2 product prices via Google Sheets

Workflow preview

Workflow preview
100%
Automate bulk update Magento 2 product prices via Google Sheets preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This workflow automates bulk price updates for Magento 2 products using data from a Google Sheet. It reads SKUs and new prices, cleans and validates the data, and updates each product via the Magen...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.splitinbatches, n8n-nodes-base.if, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.httprequest

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Kanaka Kishore Kandregula.

Original n8n.io source

1.1 Workflow description

Title
Automate bulk update Magento 2 product prices via Google Sheets
Workflow name
Automate bulk update Magento 2 product prices via Google Sheets

This workflow automates bulk price updates for Magento 2 products using data from a Google Sheet. It reads SKUs and new prices, cleans and validates the data, and updates each product via the Magento 2 REST API.

Error messages from failed updates are parsed and logged clearly, making it easy to monitor and correct issues directly from the spreadsheet. Ideal for store managers and merchandisers who need a faster, error-resistant alternative to manual updates in the admin panel.

✅ What This Workflow Does:

Automatically updates Magento 2 product prices in bulk using values from a Google Sheet. It reads SKU and price values, processes the data, and uses the Magento 2 REST API to push updates directly—without ever logging into the Magento admin panel.

💼 Use Cases:
  • Magento 2 store owners or managers who frequently need to update product prices in bulk
  • Merchandisers adjusting prices during promotions or sales events
  • Agencies managing multiple stores looking to centralize product updates from Google Sheets
  • Dropshipping businesses syncing supplier pricing effortlessly
🔧 Modules Used:
  • Manual Trigger
  • Google Sheets
  • Function
  • HTTP Request
🔒 Credentials Required:
  • Google Sheets OAuth2 API
  • Magento 2 Admin Token (via HTTP Header Auth)
📂 Category:

E-Commerce / Magento 2 / Automation / Google Sheets

💬 Need Help?

Having trouble setting it up or want to customize this workflow further? Feel free to reach out — I’m happy to help with setup, customization, or Magento 2 API integration issues.

or

💡 Have IDEA?

Please feel free to contact Auther. Happy to help.

Contact: Author

👤 Author Kanaka Kishore Kandregula Certified Magento 2 Developer https://gravatar.com/kmyprojects https://www.linkedin.com/in/kanakakishore

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Manual Trigger

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Loop Over Items

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 3 - If

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 4 - Log Error Message

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 5 - Read Price Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 3

Block 6 - Convert to Array

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 7 - Format Error

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - Log Success Timestamp

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 9 - Updates Magento 2 Product

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

3. Summary Table

Workflow Automate bulk update Magento 2 product prices via Google Sheets
Complexity intermediate
Nodes 9
Categories Content Creation, Multimodal AI
Author Kanaka Kishore Kandregula
Published 03 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6933/6933.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Automate bulk update Magento 2 product prices via Google Sheets do?

This workflow automates bulk price updates for Magento 2 products using data from a Google Sheet. It reads SKUs and new prices, cleans and validates the data, and updates each product via the Magen...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.