ReviewType

A product review written by an eBay member.

Types that use ReviewType:

Call that uses one or more fields of ReviewType:

Fields

CreationTime ( dateTime )
Rating ( int )
Text ( string )
Title ( string )
URL ( anyURI )
UserID ( UserIDType (string) )

CreationTime ( dateTime ) [0..1]
The time and date when the reviewer posted the review.
See the Field Index to learn which calls use CreationTime.

Rating ( int ) [0..1]
The eBay member's rating of the product.
See the Field Index to learn which calls use Rating.

Text ( string ) [0..1]
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.
See the Field Index to learn which calls use Text.

Title ( string ) [0..1]
The title of the review.
See the Field Index to learn which calls use Title.

URL ( anyURI ) [0..1]
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.
See the Field Index to learn which calls use URL.

UserID ( UserIDType (string) ) [0..1]
The reviewer's eBay user ID.
See the Field Index to learn which calls use UserID.

Copyright © 2005–2012 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.