The Amazon_Alexa module provides Alexa Delivery Notifications for tracking numbers added to orders.
$ composer require beargroup/amazon-alexa-magento-2-module
$ php bin/magento module:enable Amazon_Alexa
$ php bin/magento setup:upgrade
$ php bin/magento setup:di:compile
$ php bin/magento cache:clean
$ mkdir -p app/code/Amazon/
$ git clone https://github.com/BearGroup/amazon-alexa-magento-2-module.git app/code/Amazon/Alexa
$ php bin/magento module:enable Amazon_Alexa
$ php bin/magento setup:upgrade
$ php bin/magento setup:di:compile
$ php bin/magento cache:clean
You can find a list of modules in the require section of the composer.json
file located in the
same directory as this README.md
file.
Amazon Pay does not provide any specific extension points.