This guide is for you if you want to use your DanDomain with Vendino.
Create an API user
Before you can provide access to Vendino from your DanDomain webshop, you need to create a user for Vendino. This user is used by Vendino to interact with your webshop. You create a new user in your DanDomain dashboard, and you can use the step-by-step guide below to help you through the process.
1. Go to Settings > Employees
Create a new employee with access to the SOAP API.
NB! Please select a fictitious email address for the user. No emails will be sent to this address. For example, use [email protected], where "min-webshop.dk" is replaced by your domain. Remember to make a note of the password. You will need it again later.
Now go to Settings > SOAP API
Enable access to the API.
Setting up webhooks
Webhooks notify Vendino of important updates in your webshop. They are an important tool for Vendino to synchronise with your webshop. Webhooks can be a bit advanced to set up in DanDomain, but just follow along below and we'll take you by the hand throughout the setup. Before we get started, please note that you need to create 2 webhooks. The wizard therefore seems to repeat itself, but be aware that the values you need to insert are different every time!
Create the 1st webhook with the following values:
Name: orders/create
Event: Order created Address: https://api.vendino.com/webhooks/dandomain/orders/create
Create the 2nd webhook with the following values:
Name: orders/update
Event: Order updated
Address: https://api.vendino.com/webhooks/dandomain/orders/update
After the 2nd webhook is created, click Token.
Save/note the webhook token. You will need it in the next section.
Go back to the list of webhooks and confirm that it looks like below:
Create DanDomain in Vendino
You're almost there. Now comes the final! You now need to set up DanDomain in Vendino. Remember to have both the API user and webhook token ready before you start.
- Open Vendino and go to your Integrations.
2. Select DanDomain from the list and enter the URL, API user and webhook token.
That's all there is to it! Your DanDomain webshop is now connected to Vendino.
Leave a Reply