Skip to Content

ProductReviewResponse

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the review.[default to null]
user_idLongUser ID who created the review.[default to null]
order_idLongOrder ID associated with the review.[default to null]
product_idLongProduct ID being reviewed.[default to null]
reviewStringReview text content.[default to null]
ratingIntegerRating value between 1 and 5.[default to null]
created_atDateTimestamp when the review was created.[default to null]
updated_atDateTimestamp when the review was last updated.[default to null]
userReviewUserInfoOptional user information of the reviewer.[optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]