---
title: "Bulk Update Product Review Comments"
method: PUT
path: "/product_review_comments/bulk"
tags: ["Product Review Comments"]
---

# Bulk Update Product Review Comments

`PUT /product_review_comments/bulk`

To bulk update multiple product review comments.<br>批量更新商品評價。

## Request body

- object
  - `items` object[]
    - `id` string
    - `user_name` UserName — unresolved $ref
    - `status` Status — unresolved $ref
    - `score` Score — unresolved $ref
    - `comment` Comment — unresolved $ref
    - `media_ids` MediaIds — unresolved $ref

## Response `200`

OK

- object
  - `result` string
  - `count` integer

---

[API](https://skmtc.dev/shoplineapp/apis/shopline-open-api.md) · [All operations](https://skmtc.dev/shoplineapp/apis/shopline-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shoplineapp/shopline-open-api/revisions/1675ac12cde7/schema)
