POST:product_questions/answers.json
Commerce APIPOST:product_questions/answers.json

POST:product_questions/answers.json

Description

Modify one or multiple product question answers.

Permission bit: "product_question_answers.modify"

Topic: Product Questions

Query Parameters

ids: Comma-separated array of String, required

List of product question answer ids. See also: Unique Identifiers

Example: ?ids=aq_EQzGqWoY,aq_EQzGqWoY


question_id: String

Subject question identifier. See also: Unique Identifiers

Example: ?question_id=qu_EQzGqWoY


shop_id: String, required

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 ProductQuestionAnswer

Response Body Type

Loading module