Please follow the following steps in order to properly install the extension :
php bin/magento cache:enable
app/code/BoostMyShop/Amazon
php bin/magento setup:upgrade
in order to install the extensionphp bin/magento setup:static-content:deploy
php bin/magento cache:refresh
List of available cron jobs :
It’s also possible to run cron jobs by using Amazon extension command’s in crontab, below examples :
Description | Command Line |
---|---|
Offers update | ./20 * * * * /bin/php {..}/bin/magento bms:amazon:export-offers --countryId={countryId} |
Orders import | */20 * * * * /bin/php {..}/bin/magento bms:amazon:import-order --countryId={countryId} |
Shipments submit | */20 * * * * /bin/php {..}/bin/magento bms:amazon:submit-shipment --countryId={countryId} |
Check batches response | */10 * * * * /bin/php {..}/bin/magento bms:amazon:check-batch-response --countryId={countryId} |
Clean batches | 12 3 * * * /bin/php {..}/bin/magento bms:amazon:clean-batch-history --countryId={countryId} |
Push products | 0 */1 * * * /bin/php {..}/bin/magento bms:amazon:push-products --countryId={countryId} |
Synch products | 0 */2 * * * /bin/php {..}/bin/magento bms:amazon:synchronize-products --countryId={countryId} |
Note
{countryId} must be replaced by country id in database, and you must set php bin and Magento directory according to your installation.