pauloharaujos / magento2-export-reviews

Export your product reviews to a CSV File

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Adobe logo
Magento 2 Export Reviews Extension
Magento 2 Export Reviews Stable Version Magento 2 Export Reviews Stable Version

How does it works?

Export your product reviews to a CSV File

Install

Via Composer

Install using Composer.

composer require pauloharaujos/magento2-export-reviews
php bin/magento module:enable PHAS_ExportReviews
php bin/magento setup:upgrade

How to use

php bin/magento phas: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}

Paulo Henrique Araujo da Silva

About

Export your product reviews to a CSV File

License:MIT License


Languages

Language:PHP 100.0%