divante / magento2-review-api
There is no license information available for the latest version (1.6.0) of this package.
Review WebAPI
Package info
github.com/DivanteLtd/magento2-review-api
Type:magento2-module
pkg:composer/divante/magento2-review-api
1.6.0
2023-05-26 12:15 UTC
Requires
- php: ~7.1|~8.1
- magento/module-review: >=100.2.0
This package is not auto-updated.
Last update: 2026-02-28 01:07:52 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
| Resource | Request method | Description |
|---|---|---|
| /V1/reviews/:id | GET | Get one review |
| /V1/reviews/:id | PUT | Update review |
| /V1/reviews/:id | DELETE | Delete review |
| /V1/reviews/ | POST | Create review |
| /V1/reviews/ | GET | Search reviews |
| /V1/products/:sku/reviews | GET | 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