Product Reviews
Product Reviews are additional product features that allow the user to view and leave reviews.
Deeplinks
# Review Listreviews/{product-id}?title={product-title}reviews/{product-id}?title={product-title}&listing_id={listing-id}&variant_id={variant-id}
# Write Reviewreviews/{product-id}/writereviews/{product-id}/write?listing_id={listing-id}&variant_id={variant-id}
Replace the various {token}
tokens with their specified values.
Ensure that values are properly URL encoded (spaces must be encoded as %20
for example).
Product Details Link
When enabled, the Product Details screen presents a rating link view below the product summary as seen in the above screenshots. The rating is shown as empty with 0 reviews for products with no reviews.
Tapping the link will present the Review List screen. Tapping the Write Review action button will present the Write Review screen.
Set Up
Reviews on the Product Details screen is enabled by default. BE work may be required to support product reviews, otherwise you may need to disable this feature.
History
- SS25: Improved sort options to use the OS menu.
- v24: Added Write Review and Review List sorting.
- v23: Reworked reviews to use the Reviews API with pagination.
- v20: Initial release using legacy API.
Links
- Screens