Bulk Update Product Review Comments
Notice
Please contact SHOPLINE Merchant Success team to enable this function.
請向SHOPLINE Merchant Success團隊申請開啟此功能。
目前此 API 僅支援 Developer Center APP token
Function
To bulk update multiple product review comments.
批量更新商品評價。
URL
PUT <<api_domain>>/v1/product_review_comments/bulk
Request Parameters
Parameter | Type | Description | Example |
---|---|---|---|
items | Update Product Review Comment [] | Array of update product review comment review 更新商品評價的陣列 | items: [{ id: '5a8165efe38809548f0000f8', status: 'hidden' }, { id: '5a8165efe38809548f0000f9', status: 'hidden' }] |
Response Example
{
"result": "success",
"count": 2
}
Updated 27 days ago