Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Overview
To authenticate with the Shopware Admin API, you need:- Shopware URL - The base URL of your Shopware instance (e.g.
myshop.example.com) - Access key ID - The access key ID from your Shopware integration
- Secret access key - The secret access key from your Shopware integration
Prerequisites
- A Shopware 6 instance (version 6.3.3.0 or newer)
- Admin access to your Shopware instance
Instructions
Step 1: Find your Shopware URL
Your Shopware URL is the hostname of your shop, for examplemyshop.example.com. You’ll enter only the hostname — not a path or trailing slash.
Step 2: Create a Shopware integration
- Log in to your Shopware admin panel.
- Go to Settings > System > Integrations.
- Click Create integration.
- Enter a name for the integration.
- Decide whether the integration should have administrator permissions, or select a specific role from the dropdown.
- Click Save.
Step 3: Enter credentials in the Connect UI
- Open the form where you need to authenticate with Shopware (Admin API).
- Enter your Shopware URL, Access key ID, and Secret access key in their respective fields.
- Submit the form, and you should be successfully authenticated.
