Reviews > Product Questions > storefrontProductQuestionsModify
POST:storefront/product_questions.json
Description
Modify one or multiple product questions.
Topic: Product Questions
Arguments
data: [StorefrontProductQuestionModify!]!
Main argument for mutations.
List of product question ids. See also: Unique Identifiers
Example: ["qu_EQzGqWoY"]
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Data Argument Fields
Text of the question
Example: "Great product!"
Valid when: text is not empty
Valid when: text's length doesn't exceed 100000 characters
Result
Preview (typescript)
Loading module