The [rvx-review-list] shortcode isn’t limited to WooCommerce products — pass a post_type attribute and it displays reviews for any custom post type you’ve enabled reviews on.
Basic usage
Say you’ve created a “movie” custom post type and enabled ReviewX reviews on it. To show the review list for a specific movie entry:
[rvx-review-list post_type="movie" post_id="42"]
Finding your CPT’s exact name
Check your admin URL when browsing that post type’s list — e.g. wp-admin/edit.php?post_type=movie tells you the post type slug is movie.
Other useful parameters
This shortcode also accepts filter (on/off, for the filter bar), sort_by, rating, attachment, and per_page (how many reviews load before pagination). See the full [rvx-review-list] reference for every parameter and example.