eBay Trading APIVersion 1349
 

GetUserRequestType ( AbstractRequestType )

Retrieves data pertaining to a single eBay user. Callers can use this call to return their own user data or the data of another eBay user. Unless the caller passes in an ItemID value that identifies a current or past common order, not all data (like email addresses) will be returned in the response.

Call that uses GetUserRequestType:

Fields

IncludeExpressRequirements ( boolean ) [0..1]
Not used by any call.

This field is deprecated.
See the Field Index to learn which calls use IncludeExpressRequirements.

IncludeFeatureEligibility ( boolean ) [0..1]
If the IncludeFeatureEligibility flag is included and set to 'true', the call response will include a QualifiesForSelling flag which indicates if the eBay user is eligible to sell on eBay, and a IncludeFeatureEligibility container which indicates which selling features are available to the user.
See the Field Index to learn which calls use IncludeFeatureEligibility.

ItemID ( ItemIDType (string) ) [0..1]
Specify the ItemID value for a successfully concluded listing in which the requestor and target user were participants (one as seller and the other as buyer). Necessary to return certain data (like an email address). Not necessary if the requestor is retrieving their own data.
See the Field Index to learn which calls use ItemID.

UserID ( string ) [0..1]
Specify the user whose data you want returned by the call. If not specified, eBay returns data pertaining to the requesting user (as specified with the eBayAuthToken value).
See the Field Index to learn which calls use UserID.