bulk_delete_product_reviews
Delete multiple product reviews in one batch to remove test data or inappropriate comments. This action permanently deletes the specified reviews and updates product ratings.
Instructions
[WRITE] 批次刪除多筆商品評論。
【用途】 一次性永久刪除多筆評論,適用於批次清除測試資料或大量違規評論。
【呼叫的 Shopline API】
DELETE /v1/product_review_comments
【回傳結構】 dict 含 success: bool, resource_id: str, message: str, deleted_count: int。
【副作用】
永久刪除多筆評論記錄,不可復原
相關商品的評論總數與平均評分將同步更新
部分 id 若不存在,整批可能失敗或僅失敗該筆(視 API 實作而定)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_ids | Yes | 要刪除的評論 ID 列表,例如 ["C001", "C002", "C003"] |