Advanced Product Reviews API

Advanced Product Reviews API

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

      • 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 ...
      • Advanced Search API

        1. Amasty\Xsearch\Api\SearchInterface GET /V1/amsearch, method="search"
      • 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 - ...
      • Advanced Reports API

        1. Amasty\Reports\Api\RuleRepositoryInterface - class for managing rules for reports configuration: POST /V1/amasty_reports/rule, method="save" - create a rule; PUT /V1/amasty_reports/rule/:entityId, method="save" - edit a rule; DELETE ...
      • Product Attachments API

        API functionality for Product Attachments is available with the API for Product Attachments Add-On only. 1. Amasty\ProductAttachmentApi\Api\FrontendAttachmentInterface - class for getting product attachments on frontend: GET ...