divante / magento2-review-api
Review WebAPI
Installs: 28 766
Dependents: 0
Suggesters: 0
Security: 0
Stars: 32
Watchers: 5
Forks: 43
Open Issues: 11
Type:magento2-module
Requires
- php: ~7.1|~8.1
- magento/module-review: >=100.2.0
This package is not auto-updated.
Last update: 2024-10-25 18:51:24 UTC
README
Overview
Currently, Magento 2 does not provide the REST API for the Reviews Extension of the products. This module implement WebAPI for product reviews (partially)
Module allow:
- Get one review
- Create review with ratings
- Update review with ratings
- Search reviews
- Get product reviews
Docs for adding a new review with ratings
Install
To install this module please use composer dependency manager. In Your Magento2 folder please do execute:
composer require divante/magento2-review-api php bin/magento setup:upgrade