---
title: "Add to the vote count of a product"
method: GET
path: "/product/vote"
tags: ["Reviews and Questions"]
---

# Add to the vote count of a product

`GET /product/vote`

## Query parameters

- `store` string, required
- `product_review_id` string, required

## Response `200`

OK

- object
  - `success` string — If the request succeeded
  - `id` string — Product review id
  - `count` string — Updated number of votes for the product review

---

[API](https://skmtc.net/reviews/apis/reviews-io-api.md) · [All operations](https://skmtc.net/reviews/apis/reviews-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reviews/reviews-io-api/versions/ea87e0d855cc/schema)
