Yotpo Social Q&A enables visitors and prospective buyers to get real-time answers from store owners and past buyers. Questions will be directed to the store owner and to customers who had previously purchased the product. Q&A API endpoints allow you to retrieve Q&A data and create questions and answers.
Q&A are shown as part of the on- site widget, on a separate tab from the reviews.
Q&A endpoints
Call | Description | Documentation |
---|---|---|
| Retrieve questions and answers for a given product using the product SKU number. | |
| Retrieve the bottom line for a given product using the product SKU number. The bottom line will return the total questions and total answers for the desired product. | |
| Retrieve all questions for the designated account per Yotpo account API key. | |
| Create a public or private answer to a specific question per | |
| Create and send a question without sending your customer a confirmation email. | |
| Create and send a question which requires email confirmation. | |
| Vote up or down on a particular answer to a question by |
Note:
Use the Retrieve questions and answers for a product endpoint to retrieve an
answer_id
parameter.Use the Retrieve all questions endpoint to retrieve a
question_id
parameter.