Reviews > Product Questions > productQuestionsAnswersCreate
Commerce APIReviewsProduct QuestionsproductQuestionsAnswersCreate
productQuestionsAnswersCreate
POST:product_questions/answers.json

Description

Create one or multiple product question answers.

Permission bit: "product_question_answers.create"

Topic: Product Questions

Arguments

data: [AnswerCreate!]!

Main argument for mutations.


question_id: String

Subject question identifier. See also: Unique Identifiers

Example: "qu_EQzGqWoY"


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Data Argument Fields

flag_ignore: Boolean

Whether flagging actions are ignored

Example: false


status: ApprovalStatus

Publishing approval status


text: String!

Text of the answer

Example: "Great product!"

Valid when: text is not empty

Valid when: text's length doesn't exceed 100000 characters


Result

[ProductQuestionAnswer!]

Preview (typescript)

Loading module