The Product Review entity at YouCan.
| Attribute Name | Type | Description |
|---|---|---|
| id | string | Identifier (UUID) |
| ratings | int | Star rating (1–5) |
| first_name | string | Reviewer first name |
| last_name | string | Reviewer last name |
| content | string | Review text |
| images_urls | array | List of image URLs attached to the review |
| created_at | string | Review creation date (ISO 8601) |
| product | object | The reviewed product (available include) |
Product
The associated product object. Use ?include=product to include it in the response.