POST:storefront/product_questions.json
POST:storefront/product_questions.json
Description
Create one or multiple product questions.
Topic: Product Questions
Query Parameters
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Request Body
Array of StorefrontProductQuestionCreate
[ { "product_id": "pd_EQzGqWoY", "text": "Great product!" } ]
Response Body
Array of StorefrontProductQuestion
Response Body Type
Loading module