Type
magento2-module
Marello Bridge Extension for Magento 2
magento2-module
OSL-3.0
None
None
None
None
None
Marello Bridge extension creates the ability to push entities from Magento to Marello via the Marello API. The extension will create a queued record for sending order (updates) to Marello. This includes creating a customer if the customer is not in the Marello application.
In order to get the Marello Bridge, you can easily install this through composer. If you don't have composer installed globally, you can get it by running the following command:
curl -s https://getcomposer.org/installer | php
php composer.phar require "marellocommerce/magento2-marello-bridge"
--prefer-dist
option.php composer.phar install --prefer-dist --no-dev
Developers are able to create their own processors to process different entities through some configuration and implementation of certain classes. More on extending and configuring own processors in the see USAGE.md
Questions? Problems? Improvements?
Feel free to contact us either through http://www.marello.com/contact/, forum http://www.marello.com/forum/marello/ or open an issue in the repository :) Thanks!