Reviews > Product Questions > storefrontProductQuestionsModify
Storefront APIReviewsProduct QuestionsstorefrontProductQuestionsModify
storefrontProductQuestionsModify
POST:storefront/product_questions.json

Description

Modify one or multiple product questions.

Topic: Product Questions

Arguments

data: [StorefrontProductQuestionModify!]!

Main argument for mutations.


ids: [String!]!

List of product question ids. See also: Unique Identifiers

Example: ["qu_EQzGqWoY"]


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Data Argument Fields

text: String

Text of the question

Example: "Great product!"

Valid when: text is not empty

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


Result

[StorefrontProductQuestion!]

Preview (typescript)

Loading module