divante/magento2-review-api

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

Review WebAPI

Installs: 27 075

Dependents: 0

Suggesters: 0

Security: 0

Stars: 31

Watchers: 5

Forks: 41

Open Issues: 10

Type:magento2-module

1.6.0 2023-05-26 12:15 UTC

This package is not auto-updated.

Last update: 2024-04-12 16:23:27 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