Reviews > Product Reviews > productReviewsAnswersCreate
POST:product_reviews/answers.json
Description
Create one or multiple product review answers.
Permission bit: "product_review_answers.create"
Topic: Product Reviews
Arguments
data: [AnswerCreate!]!
Main argument for mutations.
Subject review identifier. See also: Unique Identifiers
Example: "re_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