
Bynder Integration
Description
Highlights
- Seamless integration of Bynder DAM with Shopware 6
- Direct asset selection from Bynder within the Shopware admin
- Configurable asset handling: CDN-based loading or local storage
- Automatic asset updates via Bynder webhook integration
- Multi-portal support through portal domain editing
Features
- Direct Bynder Account Connection: Securely authenticate and connect to your Bynder DAM instance.
- Dedicated Bynder Media Folder: Automatically created for clear organization of imported assets.
- Flexible Media Management: Choose between using Bynder CDN references or storing assets locally in Shopware.
- Customizable Thumbnail Behavior: Set a default Bynder derivative for thumbnails when using CDN, or rely on Shopware’s thumbnail generator for locally stored images.
- Multi-Portal Support: Supports connections to multiple Bynder portals
- Automated Synchronization: Keep assets in sync with Bynder through automatic updates via webhook integration.
- Integrated Asset Picker: Allows selecting Bynder assets via the “Select from Bynder” button in all areas of Shopware where media upload is supported.
About the Extension
The Bynder Integration for Shopware 6 plugin enables a seamless connection between your Shopware store and the Bynder Digital Asset Management (DAM) platform. It allows you to use your Bynder media assets directly within Shopware without leaving the admin interface.
Upon installation, a dedicated “Bynder” folder is created in the Shopware media library. By connecting your Bynder account through the plugin configuration, you can instantly access your Bynder assets.
The plugin provides flexible media handling options:
CDN Mode: Assets are referenced via their Bynder URL without being stored in Shopware. You can define a Bynder thumbnail version for all CDN-loaded images.
Copy Mode: Assets are imported and stored locally in Shopware. Thumbnails are generated using Shopware’s native thumbnail generator.
Additional configuration options include portal domain editing, allowing the use of multiple Bynder portals, as well as selecting specific Bynder derivatives to use for images and thumbnails (e.g., Web Image, Thumbnail). A webhook integration is also available to automatically update assets whenever changes are made in Bynder .Please note that image updates may take up to 1 hour to be reflected in Shopware.
Furthermore, the plugin enhances the Shopware media uploader by adding a “Select from Bynder” button wherever images can be uploaded. This feature opens a Bynder asset picker, enabling you to conveniently search, preview, and select assets from your Bynder library.
The Bynder Integration for Shopware 6 plugin enables a seamless connection between your Shopware store and the Bynder Digital Asset Management (DAM) platform. It allows you to use your Bynder media assets directly within Shopware without leaving the admin interface.
Upon installation, a dedicated “Bynder” folder is created in the Shopware media library. By connecting your Bynder account through the plugin configuration, you can instantly access your Bynder assets.
The plugin provides flexible media handling options:
CDN Mode: Assets are referenced via their Bynder URL without being stored in Shopware. You can define a Bynder thumbnail version for all CDN-loaded images.
Copy Mode: Assets are imported and stored locally in Shopware. Thumbnails are generated using Shopware’s native thumbnail generator.
Additional configuration options include portal domain editing, allowing the use of multiple Bynder portals, as well as selecting specific Bynder derivatives to use for images and thumbnails (e.g., Web Image, Thumbnail). A webhook integration is also available to automatically update assets whenever changes are made in Bynder .Please note that image updates may take up to 1 hour to be reflected in Shopware.
Furthermore, the plugin enhances the Shopware media uploader by adding a “Select from Bynder” button wherever images can be uploaded. This feature opens a Bynder asset picker, enabling you to conveniently search, preview, and select assets from your Bynder library.
Details
- Available: English, German
- Latest update: 10 September 2025
- Publication date: 15 September 2025
- Version: 1.0.0
- Category: PIM
Resources
Reviews (0)
About the Extension Partner

signundsinn
Partner Status
-
Shopware
Bronze Partner -
Shopware
Extension Partner
Details
-
Ø-Rating:
4.6
Average rating of 4.6 out of 5 stars
- Partner since: 2015
- Extensions: 19
- Certifications: Certifications
Support
- Based in: Germany
- Speaks: German, English
- Response time: Very quickly
1. Installation & Basic Setup (Quick Start)
You can start using the plugin without any complex configuration.
- Install the plugin from the Shopware Store and activate it.
- In your Shopware Administration, navigate to Settings > Extensions > Bynder Integration.
- Enter your Bynder Portal Domain (e.g., yourcompany.bynder.com) into the field named Bynder Portal Domain.
- Save the configuration.
That's it!
2. Advanced Setup: Automatic Synchronization (OAuth & Webhooks)
You only need to configure OAuth if:
- You are not using Bynder as a CDN and want to automatically sync changes (e.g., updated images), or
- You want to view custom bynder image versions (derivatives) in the plugin configuration.
If you're using the CDN method, configuring OAuth is not necessary. Images are loaded directly from Bynder, and the media URLs stay the same — even if the asset is updated in Bynder — so there's no need to sync changes manually.
Step 2.1: Create an OAuth App in Bynder
- Log into your Bynder account and go to Advanced settings > Portal settings > OAuth Apps. The direct URL is your-bynder-url/pysettings/oauth2/.
- Click Create new app.
- Fill out the application form:
- Application Name: Give it a clear name, like "Shopware 6 Integration".
- Homepage URL: Your shop's main URL (e.g., https://my-shop.com).
- Integration: Select Other
- Integration name: Shopware 6
- Select grant type: Authorization Code + Refresh Token
- Authorization redirect URIs: Your shop URL followed by /api/_action/bynder/oauth
Example: https://my-shop.com/api/_action/bynder/oauth - Set HTTP access control (CORS): Enter your shop's domain (e.g., my-shop.com).
- Select scopes: asset:read, asset.usage:read, asset.usage:write, webhooks.config:read, webhooks.config:write
- After saving, Bynder will generate an OAuth Client ID and an OAuth Client Secret. Keep this window open.
Step 2.2: Configure the Plugin in Shopware
- Go back to the plugin configuration page in your Shopware admin.
- Copy the OAuth Client ID and OAuth Client Secret from Bynder and paste them into the corresponding fields in the plugin settings.
Step 2.3: Set Required Permissions in Bynder
For the integration to work correctly, your Bynder account must have permissions for webhooks.
Go to Settings > Users & rights > Permission Management and ensure the user's profile has:
- View Webhooks configurations
- Manage Webhooks configurations
The direct URL for this settings page is your-bynder-url/profiles/management/.
3. Image Syncing Methods
Option A: Use Bynder as a CDN (Recommended)
Activate the Use Bynder as CDN option in the plugin configuration and your images will be served directly from Bynder servers. This saves server space and delivers images faster.
Option B: Download Images to Shopware
Deactivate the Use Bynder as CDN option in the plugin configuration. When you select an image from Bynder, it will be downloaded to your Shopware server.
To automatically sync changes from Bynder, you must register a webhook. In the plugin configuration, click the Register Webhook button. The status will change to "Registered" after a few moments. If it doesn't update right away, try refreshing the page — sometimes Bynder takes a bit longer to register webhooks.
To download or re-sync all assets manually, run the following command from your Shopware project’s root directory:
bin/console sisi:bynder:resync-images
This command is required if you previously used the CDN method and have now switched to Local Storage — it will download all Bynder images into the Shopware media library. You can also use this command at any time to re-download all assets from Bynder if needed.
A Note on Uninstalling the Plugin
Please be aware: When you uninstall the plugin, you will be asked whether you want to keep the plugin data. If you choose not to keep the data, the Bynder folder in your Shopware Media Library — along with all images inside it — will be permanently deleted. This action cannot be undone.
1.0.0
- First version of the application