• Resolved izreview

    (@izreview)


    Hi,

    While examining Product Cache, I see that line.

    DefaultShippingCountry”:”US”,”FeedbackCount”:189,”FeedbackRating”:4.88,”

    here, FeedbackRating is user rating of product (old style star rating). I tried to grap it via code

    [amazon-element asin=”B01LQ2PZDW” fields=”lg-image,title,price,button,FeedbackRating”]

    but no success. Do you know how to grap FeedbackRating?

    Sincerely.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @izreview,
    I am the original creator of the plugin. I want to point out that these elements in the API are relatively new items added by Amazon. The fields are not really the product rating, but the Merchant Rating for that product (meaning the ratings that merchant received for selling that product). In some cases, it MAY be the rating for the product if that merchant is the only one selling it (which is not always the case).

    If you do want to use the fields (and I urge you to use them with discretion), the field names would be:
    Offers_Listings_MerchantInfo_FeedbackCount
    Offers_Listings_MerchantInfo_FeedbackRating

    You have to use the full location of the field to get the result. In this case, they are elements of the “Offers/Listings/MerchantInfo” node (again, note the “MerchantInfo” part).

    Best of luck!
    Don

    Thread Starter izreview

    (@izreview)

    You are great!

    Thank you very much, succeed to grab data. As you say, it is just merchant info, not star rating.

    Anyway, I can use this method in future for other info.

    Again, Thank you very much ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘FeedbackRating’ is closed to new replies.