Class ReviewType


class ReviewType
A product review written by an eBay member.

Defined in com/ebay/shoppingservice/ReviewType.js

Property Summary
The time and date when the reviewer posted the review.
Number rating
The eBay member's rating of the product.
String text
The text of the review.
String title
The title of the review.
String uRL
A link to the full review on the eBay Web site.
String userID
The reviewer's eBay user ID.

Constructor Summary
ReviewType(Object props)

Property Details

property Date creationTime

The time and date when the reviewer posted the review.


property Number rating

The eBay member's rating of the product.


property String text

The text of the review. If the review is longer than 2000 characters, the text is cut off and it ends with "...". See Review.URL for a link to the full text of the review.


property String title

The title of the review.


property String uRL

A link to the full review on the eBay Web site. This URL optimized for natural search: "_W0QQ" is like "?" (question mark), "QQ" is like "&" (ampersand), and "Z" is like "=" (equals sign).

Note: For a link to all reviews for the product, remove the upvr parameter from this URL. See the eBay Web Services guide for an example.


property String userID

The reviewer's eBay user ID.


Constructor Details

constructor ReviewType

ReviewType(Object props)

Parameters:
props