Reviews > Product Questions > storefrontProductQuestionsAnswersCreate
POST:storefront/product_questions/answers.json
Description
Create one or multiple product question answers.
Topic: Product Questions
Arguments
data: [AnswerCreate!]!
Main argument for mutations.
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
[StorefrontProductQuestionAnswer!]
Preview (typescript)
Loading module