Update Product Reviews
POST/products/reviews/bulk-update
Update one or multiple product reviews: status, reply, etc.
Request
Version stringrequired
API Version
Available options
v3- application/json
- Body
- Example (auto)
Bodyrequired
altIdstringrequired
Location Id or Agency Id
altTypestringrequired
Available options
locationreviewsobject[]required
Array of Product Reviews
statusobjectrequired
Status of the review
{
"altId": "6578278e879ad2646715ba9c",
"altType": "location",
"reviews": [
{
"reviewId": "6578278e879ad2646715ba9c",
"productId": "6578278e879ad2646715ba9d",
"storeId": "a1b2c3d4e5f6g7h8i9j0k1l2"
}
],
"status": "approved"
}
Successful response
- application/json
- Schema
- Example (auto)
Schema
statusbooleanrequired
Status of api action
messagestring
Success message
{
"status": true,
"message": "Successfully created"
}