n8n-nodes-shopware

n8n Shopware 6 Node (@solution25/n8n-nodes-shopware)

The n8n Shopware 6 Node allows you to integrate and automate tasks between your Shopware 6 store and any other service supported by n8n.

Shopware 6 is a modern, open-source, headless e-commerce platform designed for flexibility and scalability.
With this node, you can connect your Shopware store to other systems, streamline product management, automate order processing, and synchronize customer data — all within your n8n workflows.


Overview

Feature Description
Node Type Community Node
Package Name @solution25/n8n-nodes-shopware
Supported Platform Shopware 6.6.x.x
Tested With Latest n8n release
Authentication Shopware Integration (Client ID / Secret)

This node exposes Shopware’s Admin API resources as n8n resources, allowing full control over your e-commerce data.


Supported Resources and Operations

Resource Get Get Many Create Update Delete
Product
Customer
Order

See detailed parameter documentation under Resources.


Authentication

The node connects to your Shopware store through an Integration created in your Shopware 6 Admin panel.

Required fields:

For setup steps and screenshots, refer to the Authentication Guide.


Installation

Follow the official n8n Community Nodes installation guide to add this node to your n8n instance:

Using npm:

npm install @solution25/n8n-nodes-shopware

Using pnpm:

pnpm add @solution25/n8n-nodes-shopware

Once installed, enable Community Nodes in your n8n settings and search for “Shopware” in the Nodes panel.

Usage Examples

Here are a few automation ideas using this node:

Detailed, ready-to-import examples are available under Examples.

Compatibility

Component Version
n8n Latest stable release
Shopware 6.6.x.x
Node Package 1.3.1

For best compatibility, keep your n8n instance up to date.

Troubleshooting

If you encounter issues such as authentication errors, missing resources, or API rate limits, see the Troubleshooting Guide.

🔗 Additional Resources

Version History

Version Description
0.1.0-alpha Pre-release with basic product, customer, and order support.
1.0.0 Initial release with full product resource support.
1.1.0 Added full support for customer resource.
1.2.0 Added full support for order resource.
1.2.1 Fixed order creation using node-created customers.
1.3.0 Added advanced filtering for all resources.
1.3.1 Added base unit testing for all resources.
1.4.0 Added full support for categories resource.
1.4.1 Removed deprecated transport method, options and types.
1.4.2 Fixed missing credentials in package definition and resolved icon paths.
1.4.3 Added credentials explicitly to the base versioned node.
1.4.4 Added line-items, currency, deliveries and transactions data to order. Changed node icon format to SVG.
1.4.5 Removed debug statements from code.

Documentation Index

Setup & Authentication Resources & Operations Workflow Examples Troubleshooting Guide


© 2025 Solution25 — Released under the Fair-Code License