v1

latestOpenAPI 3.0.02026-07-24283460.8 KB
Reviews and Questions

Add to the vote count of a product

get/product/vote

Query parameters

storestring required

Your REVIEWS.io public store key

product_review_idstring required

Product Review Identifier (ie. 'product-review_123456' would be '123456')

Response

OK

successstring

If the request succeeded

idstring

Product review id

countstring

Updated number of votes for the product review

Example response

{
  "success": "true",
  "id": "0001",
  "count": "10"
}