curl --request POST \
--url https://services.leadconnectorhq.com/products/reviews/bulk-update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"altId": "6578278e879ad2646715ba9c",
"altType": "location",
"reviews": [
{
"reviewId": "6578278e879ad2646715ba9c",
"productId": "6578278e879ad2646715ba9d",
"storeId": "a1b2c3d4e5f6g7h8i9j0k1l2"
}
],
"status": "approved"
}
'{
"status": true,
"message": "Successfully created"
}Update one or multiple product reviews: status, reply, etc.
curl --request POST \
--url https://services.leadconnectorhq.com/products/reviews/bulk-update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Version: <version>' \
--data '
{
"altId": "6578278e879ad2646715ba9c",
"altType": "location",
"reviews": [
{
"reviewId": "6578278e879ad2646715ba9c",
"productId": "6578278e879ad2646715ba9d",
"storeId": "a1b2c3d4e5f6g7h8i9j0k1l2"
}
],
"status": "approved"
}
'{
"status": true,
"message": "Successfully created"
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-07-28 Was this page helpful?