Skip to main content

Documentation Index

Fetch the complete documentation index at: https://86d.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

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 a <ProductQA productId={id} /> component for product detail pages. Source: modules/product-qa · npm: @86d-app/product-qa

Installation

86d module add product-qa

Store endpoints

MethodPathDescription
POST/product-qa/questionsSubmit a question
GET/product-qa/products/:productIdList approved Q&A for a product
POST/product-qa/questions/:id/answerSubmit a customer answer

Admin endpoints

MethodPathDescription
GET/admin/product-qaModeration queue
PUT/admin/product-qa/:id/approveApprove a question or answer
PUT/admin/product-qa/:id/rejectReject
POST/admin/product-qa/:id/respondMerchant response

Components

  • <ProductQA productId={id} />: full Q&A section for product detail pages.
  • Reviews: structurally similar moderation flow for ratings.