eBay Shopping APIVersion 1293
 

GetUserProfileResponseType ( AbstractResponseType )

The base response type of the GetUserProfile call, which contains detailed information about an eBay user, including their Feedback data.

Call that uses GetUserProfileResponseType:

Fields

FeedbackDetails ( FeedbackDetailType ) [0..*]
Each FeedbackDetails container consists of detailed information about one Feedback entry for the specified eBay user. For FeedbackDetails containers to be returned, the user must include the IncludeSelector field in the request and set its value to FeedbackDetails.

The specified eBay user's last five Feedback entries (as buyer or seller) are returned in the response. It is possible that less than five Feedback entries will be returned if the eBay user does not have five recent Feedback entries.
See the Field Index to learn which calls use FeedbackDetails.

FeedbackHistory ( FeedbackHistoryType ) [0..1]
This container consists of numerous statistical data about the specified eBay user's Feedback history, including counts of Positive, Neutral, and Negative Feedback entries for predefined time periods (last week, last month, last 6 months, and last year). For the FeedbackHistory container to be returned, the user must include the IncludeSelector field in the request and set its value to FeedbackHistory.
See the Field Index to learn which calls use FeedbackHistory.

This container consists of various details about the eBay user, including Feedback rating, Seller Level, link to profile page, and other information. This container is always returned, but more fields will be returned under this container if the user includes the IncludeSelector field in the request and sets its value to Details.
See the Field Index to learn which calls use User.