The product-qa module lets shoppers ask questions on product pages and lets merchants (and other shoppers, if you allow it) post answers. Questions go through a moderation queue, and the module exposes aDocumentation Index
Fetch the complete documentation index at: https://86d.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
<ProductQA productId={id} /> component for product detail pages.
Source: modules/product-qa · npm: @86d-app/product-qa
Installation
Store endpoints
| Method | Path | Description |
|---|---|---|
POST | /product-qa/questions | Submit a question |
GET | /product-qa/products/:productId | List approved Q&A for a product |
POST | /product-qa/questions/:id/answer | Submit a customer answer |
Admin endpoints
| Method | Path | Description |
|---|---|---|
GET | /admin/product-qa | Moderation queue |
PUT | /admin/product-qa/:id/approve | Approve a question or answer |
PUT | /admin/product-qa/:id/reject | Reject |
POST | /admin/product-qa/:id/respond | Merchant response |
Components
<ProductQA productId={id} />: full Q&A section for product detail pages.
Related modules
- Reviews: structurally similar moderation flow for ratings.

