POST:storefront/product_questions.json
Storefront APIPOST:storefront/product_questions.json

POST:storefront/product_questions.json

Description

Modify one or multiple product questions.

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 StorefrontProductQuestionModify

[
  {
    "text": "Great product!"
  }
]

Response Body

Array of StorefrontProductQuestion

Response Body Type

Loading module