Magento2 extention to get best selling and new products collection via rest API
- To get best selling and new products collection via rest API.
- Magento2 extension works like a core functionality.
- Unzip the zip file in
app/code/Nadeem
- Enable the module by running
php bin/magento module:enable Nadeem_BestSelling
- Apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
Want to contribute to this extension? The quickest way is to open a pull request on GitHub.
If you encounter any problems or bugs, please open an issue on GitHub.
Prerequisite | How to check | For more information |
---|---|---|
Apache 2.2 or 2.4 | Ubuntu: apache2 -v CentOS: httpd -v |
Apache |
PHP 7.*.* | php -v |
PHP Ubuntu PHP CentOS |
MySQL 5.6.x | mysql -u [root user name] -p |
MySQL |