How to get the rating value of each comment
Product reviews is a default comments in WordPress. And rating stored in meta fields. Use get_comment_meta(). If you have custom reviews – you should have custom comments query. For every comments – get post meta. Look into wp_commentsmeta table in your database.