Class GetUserProfileRequestType

Extends AbstractRequestType

class GetUserProfileRequestType
Retrieves user information based on the user ID you specify. The response contains detailed information about a user. You can specify the types of user information you want in the response. Summary: Retrieves user information based on the user ID you specify. The response contains detailed information about a user. You can specify the types of user information you want in the response. RelatedCalls: FindItems

Defined in com/ebay/shoppingservice/GetUserProfileRequestType.js

Property Summary
Defines standard subsets of fields to return within the response.

If you don't specify this field, a default set of fields is returned.
String userID
Specifies the user whose data will returned by the call.

Properties inherited from AbstractRequestType
messageID

Constructor Summary

Property Details

property String includeSelector

Defines standard subsets of fields to return within the response.

If you don't specify this field, a default set of fields is returned. Click "Detail Controls" below and see "none" for the default fields. If you specify this field, then the set of fields returned includes the default fields. If you specify this field, the additional fields returned can affect the call's response time (performance), including in the case of feedback data.

Applicable values:

•   Details

Include most available fields (such as StoreURL) in the response (except fields that can affect the call's response time).

•   FeedbackDetails

Include a container for information about one feedback entry.

•   FeedbackHistory

Include a container for summary feedback data for a user.


Use a comma to specify multiple values. (In this case, the results are cumulative.) See "GetUserProfile Samples" for an example of how to use this field.

See "Detail Controls" for a complete list of fields that can be returned for each selector.


property String userID

Specifies the user whose data will returned by the call.


Constructor Details

constructor GetUserProfileRequestType

GetUserProfileRequestType(Object props)

Parameters:
props