Class BuyingGuideType


class BuyingGuideType
Information that identifies a buying guide. A buying guide provides content about particular product areas, categories, or subjects to help buyers decide which type of item to purchase based on their particular interests. Buying guides are useful to buyers who do not have a specific product in mind. For example, a digital camera buying guide could help a buyer determine what kind of digital camera is right for them.

Defined in com/ebay/shoppingservice/BuyingGuideType.js

Property Summary
String categoryID
Identifies the category (if any) that is associated with the buying guide.
The time and date when the guide was posted.
String name
Display name of the buying guide.
String text
The text of the guide.
String title
The title of the buying guide.
String uRL
URL for the buying guide.
String userID
The author's eBay user ID.

Constructor Summary
BuyingGuideType(Object props)

Property Details

property String categoryID

Identifies the category (if any) that is associated with the buying guide. For FindReviewsAndGuides, this can be a category that is higher or lower in the hierarchy than the category specified in the request. For a matching categories search, you can use this information to determine the order that the buying guides are returned in when multiple guides are found. Optionally, you can use this information to determine where to present the buying guide link in your application.


property Date creationTime

The time and date when the guide was posted.


property String name

Display name of the buying guide.

FindReviewsAndGuides only returns 20 characters, followed by "..." if the name is longer than 20 characters. For the full title, see BuyingGuide.Title instead.


property String text

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


property String title

The title of the buying guide.


property String uRL

URL for the buying guide. Your application can present this as a link. Use the value of Name or Title as the link's display name.


property String userID

The author's eBay user ID.


Constructor Details

constructor BuyingGuideType

BuyingGuideType(Object props)

Parameters:
props