Effortlessly optimize your workflow by automatically importing hundreds of manufacturers from a Google Sheet into your Shopware online store, saving countless hours of manual work.
How it works
- Retrieve all manufactures from a Google Sheet
- Add each manufacture via Shopware sync API Endpoint to Shopware
- Upload a logo for each manufacture from a provided public URL to Shopware
Set Up Steps
- Add your Shopware url to first node called Settings
- Create a Google Sheet in your Google account with the following columns (Demo Sheet)
- name (the name of the manufacturer which has to be unique and is required)
- website (url to the manufacturer website)
- description
- logo_url (public manufcaturer logo url. Have to be a png, jpg or svg file)
- translation_language_code_1 (optional. Language Code of your language. For example 'es-ES' for spanish. You have to make sure a language with this code exists in your Shopware shop.)
- translation_name_1 (optional. Manufacturer name translated to the language you defined at translation_language_code_1)
- translation_description_1 (optional. Manufacturer description translated to the language you defined at translation_language_code_1)
- translation_language_code_2 (optional. Same as translation_language_code_1 for another language)
- translation_name_2 (optional. Same as translation_name_1 for another language)
- translation_description_2 (optional. Same as translation_description_1 for another language)
- translation_language_code_3 (optional. Same as translation_language_code_1 for another language)
- translation_name_3 (optional. Same as translation_name_1 for another language)
- translation_description_3 (optional. Same as translation_description_1 for another language)
- Connect to your Google account
- Connect to your Shopware account
- Create a Shopware Integration
- Connect to Shopware at the nodes "Import Manufacturer" and "Upload Manufacturer Logo" using a Generic OAuth2 API Authentication with Grant Type "Client Credentials". The Access Token URL is https://your-shopware-domain.com/api/oauth/token.
- Run the workflow