Advanced Product Reviews API Guide

Advanced Product Reviews API

Info
We have created a public API collection for Advanced Product Reviews module with all available queries and sample data, you can copy it to run local tests in your Magento environment. More details about using public collections can be found in the following FAQ post.
Kindly note that the API functionality for Advanced Product Reviews is available as a part of an active product subscription or support subscription.
  1. GET /V1/amasty_advancedreview/product/review/:reviewId - to get the data about a particular review.
  2. GET /V1/amasty_advancedreview/product/reviews - to get all reviews list
  3. GET /V1/amasty_advancedreview/product/reviews/by-product-id/:productId - to get all reviews of a particular product
  4. GET /V1/amasty_advancedreview/product/reviews/by-customer-id/:customerId- to get all reviews of a particular customer
  5. POST /V1/amasty_advancedreview/product/review - create a review
  6. PUT /V1/amasty_advancedreview/product/review/:reviewId - change/update a review
  7. DELETE /V1/amasty_advancedreview/product/review/:reviewId - delete a review


      • Related Articles

      • What Amasty extensions support API?

        Each Amasty extension that has API support, includes the etc/webapi.xml file. The webapi.xml file contains API configurations with the list of available API requests. For example, a request from the Custom Form module interface: 1 - endpoint URL; 2 - ...
      • Can I test how your modules work with API?

        Our team have created a public Postman workspace where we provide access to API collections from our modules. You can copy these API collections to test them in your own Magento installation together with our modules, and some collections can be ...
      • Advanced Product Reviews | GraphQL methods

        Queries advreview description: get product reviews amReviewSetting description: get Advanced Product Reviews module settings amReviewWidget description: get information about Reviews widget Mutations addAdvReview description: add review addAdvComment ...
      • Can I import reviews using SKU?

        Starting from extension version 1.17.3 there's a possibility to use new fields for import: — ‘sku’ — ‘rating_code’ — ‘option_values’ The functionality is available in the Import & Export for Advanced Product Reviews add-on and Advanced Product ...
      • Advanced Search API

        We have created a public API collection for Advanced Search module with all available queries and sample data that you can both test via our demo endpoints and copy to run local tests in your Magento environment. More details about using public ...