POST:product_questions.json
Commerce APIPOST:product_questions.json

POST:product_questions.json

Description

Create one or multiple product questions.

Permission bit: "product_questions.create"

Topic: Product Questions

Query Parameters

shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Request Body

Array of ProductQuestionCreate

[
  {
    "customer_id": "cu_EQzGqWoY",
    "flag_ignore": false,
    "product_id": "pd_EQzGqWoY",
    "status": "approved",
    "text": "Great product!"
  }
]

Response Body

Array of ProductQuestion

Response Body Type

Loading module