Skip to main content
Version: v3

Update Product Reviews

PUT 

/products/reviews/:reviewId

Update status, reply, etc of a particular review

Request

Version stringrequired

API Version

Available optionsv3
reviewId stringrequired

Review Id

application/json

Bodyrequired

    altIdstringrequired

    Location Id or Agency Id

    altTypestringrequired
    Available optionslocation
    productIdstringrequired

    Product Id

    statusstringrequired

    Status of the review

    replyobject[]

    Reply of the review

    ratingnumber

    Rating of the product

    headlinestring

    Headline of the Review

    detailstring

    Detailed Review of the product

application/json

Successful response

Schema
    statusbooleanrequired

    Status of api action

    messagestring

    Success message