Magento
Magento connector supports both free and Commerce versions.
Clone the Magento_HTTP source from the Connector application.
- magentoURL - URL to your Magento instance
- token - your access token
The application contains examples of how to load any object from Magento and how to create a shipment and invoice.
#How to get access token
- Create an integration as follows. Click System > Extensions > Integration > Add New Integration. Type name, email -> In API tab allow access to all -> Save. In the table: click Activate. The following credentials are generated: Consumer Key, Consumer Secret, Access Token, Access Token Secret.
- Enable access token authentication as follows. Stores > Configuration > Services > OAuth > Consumer Settings > Allow OAuth Access Tokens to be used as standalone Bearer tokens option to Yes.
Last updated on