divante/magento2-review-api

There is no license information available for the latest version (1.6.0) of this package.

Review WebAPI

Installs: 28 455

Dependents: 0

Suggesters: 0

Security: 0

Stars: 32

Watchers: 5

Forks: 43

Open Issues: 11

Type:magento2-module

1.6.0 2023-05-26 12:15 UTC

This package is not auto-updated.

Last update: 2024-09-13 18:21:09 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