POST:product_reviews/answers.json
POST:product_reviews/answers.json
Description
Create one or multiple product review answers.
Permission bit: "product_review_answers.create"
Topic: Product Reviews
Query Parameters
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 AnswerCreate
[ { "flag_ignore": false, "status": "approved", "text": "Great product!" } ]
Response Body
Array of ProductReviewAnswer
Response Body Type
Loading module