API Methods: reviews.editReview

Description

Edits or creates a new review


Authentication

This method requires authentication without user credentials.

API Version

Version 2

Required parameters

  • item_id :
    the id number of the review
  • user_id :
    the user_id of the review
  • rating :
    the rating of the review
  • review :
    the actual review

Optional parameters

  • review_id :
    the id of the review item

Example response

<?xml version="1.0"?>
<response status="ok" time="Wed, 08 Apr 2009 14:03:31 -0500" p="0.12843608856201">
   <reviews count="1">
       <review>
           <review_id>17</review_id>
       </review>
   </reviews>
</response>