POST:product_reviews/answers.json
POST:product_reviews/answers.json
Description
Modify one or multiple product review answers.
Permission bit: "product_review_answers.modify"
Topic: Product Reviews
Query Parameters
ids: Comma-separated array of String, required
List of product review answer ids. See also: Unique Identifiers
Example: ?ids=aw_EQzGqWoY,aw_EQzGqWoY
Subject review identifier. See also: Unique Identifiers
Example: ?review_id=re_EQzGqWoY
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Request Body
Array of AnswerModify
[ { "flag_ignore": false, "status": "approved", "text": "Great product!" } ]
Response Body
Array of ProductReviewAnswer
Response Body Type
Loading module