Skip to content

Setting User Rating and Last Position Heard #134

Answered by mkb79
Mbucari asked this question in Q&A
Discussion options

You must be logged in to vote

The endpoint for the user rating is 1.0/catalog/review. You can add an user rating with a PUT request.

Here is an example request body for adding a review

{
  "review" : {
    "asin" : "B08M5FQ2CP",
    "rating_dimensions" : [
      {
        "dimension" : "performance",
        "rating" : 4
      },
      {
        "dimension" : "overall",
        "rating" : 4
      },
      {
        "dimension" : "story",
        "rating" : 4
      }
    ]
  }
}

Keep in mind that a user rating must be verified by Audible to be shown. This can take some minutes.

The url for the last position heared is https://cde-ta-g7g.amazon.com/FionaCDEServiceEngine/sidecar.
You can set a new position with a POST req…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Mbucari
Comment options

Answer selected by Mbucari
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants