shopwhizzy / magento2-export-reviews
Export Reviews Extension by ShopWhizzy.
Package info
github.com/shopwhizzy/magento2-export-reviews
Type:magento2-module
pkg:composer/shopwhizzy/magento2-export-reviews
2.0.1
2025-07-23 13:10 UTC
Requires
- php: >=7.4
- magento/module-catalog: *
- magento/module-review: *
README
Magento 2 Export Reviews Extension
How does it works?
Export your product reviews to a CSV File
Install
Via Composer
Install using Composer.
composer require shopwhizzy/magento2-export-reviews
php bin/magento module:enable ShopWhizzy_ExportReviews
php bin/magento setup:upgrade
How to use
php bin/magento shopwhizzy:export_reviews
The var/approved_reviews_export.csv file will be created
How to get Reviews Using API
Use the following endpoint to get all approved reviews:
/rest/all/V1/review/approved/
Use the following endpoint to get all approved reviews by SKU:
/rest/all/V1/review/approved/{sku}