POST:product_questions/answers.json
POST:product_questions/answers.json
Description
Create one or multiple product question answers.
Permission bit: "product_question_answers.create"
Topic: Product Questions
Query Parameters
Subject question identifier. See also: Unique Identifiers
Example: ?question_id=qu_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 ProductQuestionAnswer
Response Body Type
Loading module