POST:product_questions.json
Commerce APIPOST:product_questions.json

POST:product_questions.json

Description

Modify one or multiple product questions.

Permission bit: "product_questions.modify"

Topic: Product Questions

Query Parameters

ids: Comma-separated array of String, required

List of product question ids. See also: Unique Identifiers

Example: ?ids=qu_EQzGqWoY,qu_EQzGqWoY


shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Request Body

Array of ProductQuestionModify

[
  {
    "flag_ignore": false,
    "status": "approved",
    "text": "Great product!"
  }
]

Response Body

Array of ProductQuestion

Response Body Type

Loading module