Skip to main content
POST
Submit Question (Server-to-Server)
POST {BASE_URL}/products/{productId}/questions
Legacy route POST /questions is deprecated — use the product-scoped route above.

Body parameters

string
required
Question text.
string
required
Customer display name.
string
required
Customer email.
string
required
Product ID.

Headers

X-Merchant-Id
string
X-API-Key
string

Path Parameters

productId
string
required

Body

application/json

The body is of type object.

Response

Successful response

success
boolean
required
Example:

true

data
object