POST:product_reviews.json
POST:product_reviews.json
Description
Modify one or multiple product reviews.
Permission bit: "product_reviews.modify"
Topic: Product Reviews
Query Parameters
ids: Comma-separated array of String, required
List of product review ids. See also: Unique Identifiers
Example: ?ids=re_EQzGqWoY,re_EQzGqWoY
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Request Body
Array of ProductReviewModify
[ { "flag_ignore": false, "image_file_ids": [ "" ], "recommended": "not_voted", "scores": [ { "review_dimension_id": "rd_EQzGqWoY", "score": 9 } ], "status": "approved", "survey_answers": [ { "answer": "", "answer_index": 5, "survey_question_id": "sq_EQzGqWoY" } ], "text": "Great product!", "title": "Amazing!" } ]
Response Body
Array of ProductReview
Response Body Type
Loading module