get_product_review_detail
Retrieves the full details of a single product review, including rating, text, images, and store reply. Use to examine specific reviews for customer service or quality audit.
Instructions
取得單一商品評價的完整內容,包含圖片與店家回覆。
【用途】 查閱特定評價的詳細資料:完整評論文字、評分、附圖、顧客資訊及店家回覆。 適用於客服處理評價問題、追蹤店家回應進度,或人工審核評價內容。
【呼叫的 Shopline API】
GET /v1/product_review_comments/{comment_id}
【回傳結構】 dict 包含:
id:評價 ID
product_id / product_name:商品資訊
rating:評分(通常 1–5)
content:完整評論文字
images[]:附圖 URL 列表
reviewer_name:評價者姓名
status:評價審核狀態(如 published, pending)
reply:店家回覆內容(若有)
created_at, updated_at
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | 評價 ID(由 list_product_reviews 回傳的 id 欄位) |