Reviews > Product Questions > productQuestionsAnswersModify
POST:product_questions/answers.json
Description
Modify one or multiple product question answers.
Permission bit: "product_question_answers.modify"
Topic: Product Questions
Arguments
data: [AnswerModify!]!
Main argument for mutations.
List of product question answer ids. See also: Unique Identifiers
Example: ["aq_EQzGqWoY"]
Subject question identifier. See also: Unique Identifiers
Example: "qu_EQzGqWoY"
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Data Argument Fields
Whether flagging actions are ignored
Example: false
status: ApprovalStatus
Publishing approval status
Text of the answer
Example: "Great product!"
Valid when: text is not empty
Valid when: text's length doesn't exceed 100000 characters
Result
Preview (typescript)
Loading module