Shopware is an integrated tool for marketing and creating online shops.
API documentation for Shopware (used to build this connector) can be found via the link below:
https://developers.shopware.com/developers-guide/rest-api/
When adding connector instances for Shopware, the following authentication methods are supported:
When a user chooses to add a connector instance using OAuth 2 (client credentials) authentication, the credentials below are prompted:
Credential | Required? | Notes |
---|---|---|
Username & password
Provided when you create a Shopware account.
Client secret
When you add an integration to Shopware, a secret access key is created - this is your client secret.
Username
Your Shopware admin username.
Password
Your Shopware admin password.
Scope
The required scope to define what access permissions should be given to Patchworks. Typically set to write
.
Client ID
Always set to administration
.
Client Secret
This is the secret access key
that's generated when you add an integration to Shopware (so in this case, when you add a Patchworks integration).
Store URL
The URL used to access your Shopware store without the https// element. For example: https://patchworks-vkhliupko.shopware-demo.net/pwa-beauty
would be entered as patchworks-vkhliupko.shopware-demo.net/pwa-beauty
Grant type
Set to password
.
Response authentication token key
Set to access_token.