Magento 2 Setup
ApiKey Setup
To authenticate the connector you will first have to create an API Key:
- Log in to the admin portal, and click
System
>Extensions
>Integrations
. - Click
Add New Integration
. - Enter a unique name for the integration in the
Name
field, and enter your admin password in theYour Password
field, leaving all other fields blank. -
Click the API tab and set Resource Access to All.
- Click
Save
. - Click the
Activate
link next to your new integration. - Click
Allow
and copy the value in theAccess Token
field (Be sure to copy the Access Token and not the Consumer Key).
Now that you have your Access token go to the Connector Setup
page in Cyclr.
- On the first page you should enter the domain of your Magento site e.g.
https://my-magento-site.com
and clickNext
. - Paste your
Access Token
into theAPI Key
field and clickNext
. - Your connector is now setup and ready to go.
Bulk Endpoints
To use bulk methods such as Bulk Update Product you must enable/install asynchronous functionality and RabbitMQ on your Magento instance. More information can be found here.
Webhooks
If you wish to use webhooks with Magento 2 we have a dedicated Magento 2 Webhooks Connector, along with a plugin to install in your Magento instance.
More information can be found here: https://docs.cyclr.com/magento-2-webhooks-connector
Edit me