First, to connect a Magento source, the following information is needed:
Name - The name of the source, it can be the name of the store, to make it easier to distinguish between the sources
Api Url - Would be the URL of your store, for example:
https://example.com
Consumer Key
Consumer Secret
Access Token
Access Token Secret
To be able to find the consumer key/secret and access token and its secret. You would need to create an integration in the Magento settings. Here are the steps of how you can find them:
Step 1. Login to the admin of your store, then go to System β Integrations. Click on "Add New Integration" as shown here:
Step 2. In the "Name" section, enter the name of the integration, for example Whatagraph
, confirm your password and click "Save". There is no need to enter any other information on this screen:
Step 3. In the following section, you will see a list of permissions that this integration can access. Make sure "View orders" is enabled. After that, click on "Save" and "Done".
Step 4. You will be redirected back to the integration list. You should see the integration with the name you entered on the previous screen. Click "Activate" next to it.
βStep 5. In the next screen that you will be redirected to, click on the "Allow" button.
Step 6. After clicking on the "Allow" button, you will be able to see a list of keys, that you will need to copy and add to these sections:
β
After adding all of the required information, click on "Add account", and the source will become available as an option.
β