To view this content in our official product documentation, click here.
Description
Shopware is an integrated tool for marketing and creating online shops.
API documentation
API documentation for Shopware (used to build this connector) can be found via the link below:
https://developers.shopware.com/developers-guide/rest-api/
Authentication
When adding connector instances for Shopware, the following authentication methods are supported:
OAuth 2 (client credentials)
{% tabs %} {% tab title="Credentials" %} When a user chooses to add a connector instance using OAuth 2 (client credentials) authentication, the credentials below are prompted:
| Credential | Required? | Notes |
|---|---|---|
Username |
true | Your Shopware admin username. |
Password |
true | Your Shopware admin password. |
Scope |
true | The required scope to define what access permissions should be given to Patchworks. Typically set to write. |
Client ID |
true | Always set to administration. |
Client Secret |
true | 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 |
true | 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 |
true | Set to password. |
Response authentication token key |
true | Set to access_token.
|
{% endtab %}
{% tab title="Obtaining credentials" %} 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.
{% endtab %} {% endtabs %}
Comments
0 comments
Please sign in to leave a comment.