shopwhizzy / magento2-export-reviews
Export Reviews Extension by ShopWhizzy.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
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}