This bundle adds additional channel to OroCRM, allows to import orders from Amazon, view orders with all order info such as ordered items, addresses and other customer data provided by Amazon via API and retrieved by the bundle.
Eltrino team is working on improvements for this bundle, as well as on support for eBay and other popular platforms and marketplaces.
- supports OroCRM version 1.3 or above;
- Guzzle version 3.7.
Navigate to System > Package Manager
to install it from OroCRM Marketplace
Add as dependency in composer:
composer require eltrino/orocrm-amazon-bundle:2.0.3
For this bundle to function properly, clear cache by issuing the following command:
php app/console cache:clear --no-warmup
In addition, run platform update:
php app/console oro:platform:update --force --timeout=0
We welcome all kinds of contributions in the form of bug reporting, patches submitting, feature requests or documentation enhancement. Please refer to our guidelines for contributing if you wish to be a part of the project.