Skip to content

The Product Review entity at YouCan.

Attribute NameTypeDescription
idstringIdentifier (UUID)
ratingsintStar rating (1–5)
first_namestringReviewer first name
last_namestringReviewer last name
contentstringReview text
images_urlsarrayList of image URLs attached to the review
created_atstringReview creation date (ISO 8601)
productobjectThe reviewed product (available include)

Product

The associated product object. Use ?include=product to include it in the response.