SimpleUserType
Type to contain the data for one eBay user. Depending on the context, the user might be the seller or the buyer in a transaction, or the bidder or winning bidder in a listing. An object of this type is returned by a number of calls, including the GetUser call.

Types that use SimpleUserType:

Calls that use one or more fields of SimpleUserType:

Fields

AboutMeURL ( anyURI )
FeedbackDetailsURL ( anyURI )
FeedbackPrivate ( boolean )
FeedbackRatingStar ( FeedbackRatingStarCodeType )
FeedbackScore ( int )
MyWorldLargeImage ( anyURI )
MyWorldSmallImage ( anyURI )
MyWorldURL ( anyURI )
NewUser ( boolean )
PositiveFeedbackPercent ( float )
RegistrationDate ( dateTime )
RegistrationSite ( SiteCodeType )
ReviewsAndGuidesURL ( anyURI )
SellerBusinessType ( SellerBusinessCodeType )
SellerItemsURL ( anyURI )
SellerLevel ( SellerLevelCodeType )
Status ( UserStatusCodeType )
StoreName ( string )
StoreURL ( anyURI )
TopRatedSeller ( boolean )
UserAnonymized ( boolean )
UserID ( string )

AboutMeURL ( anyURI ) [0..1]
A link to the user's AboutMe page.
See the Field Index to learn which calls use AboutMeURL.

FeedbackDetailsURL ( anyURI ) [0..1]
The URL of feedback details.
See the Field Index to learn which calls use FeedbackDetailsURL.

FeedbackPrivate ( boolean ) [0..1]
Indicates whether the user has chosen to make their feedback score and feedback details private (hidden from other users). Note that the percentage of positive feedback can still be returned, even if other feedback details are private. If a bidder's user information is made anonymous, the value -99 is returned.
See the Field Index to learn which calls use FeedbackPrivate.

FeedbackRatingStar ( see FeedbackRatingStarCodeType for possible values ) [0..1]
Visual indicator of user's feedback score.
See the Field Index to learn which calls use FeedbackRatingStar.

FeedbackScore ( int ) [0..1]
The aggregate feedback score of a user. A user's feedback score is the net positive feedback minus the net negative feedback left for the user.

Feedback scores are a quantitative expression of the desirability of dealing with a user as a buyer or a seller in transactions. Each transaction can result in one feedback entry for a given user. (The buyer can leave feedback for the seller, and the seller can leave feedback for the buyer.) That one feedback can be positive, negative, or neutral. The aggregate feedback score of a user represents that user's overall feedback score (referred to as a "feedback rating" on the eBay site). If the user has chosen to make their feedback private, then FeedbackScore is not returned and FeedbackPrivate is returned with a value of true.

If a bidder's user information is made anonymous, the value -99 is returned.
See the Field Index to learn which calls use FeedbackScore.

MyWorldLargeImage ( anyURI ) [0..1]
Location of a user's image on the MyWorld page (large version).
See the Field Index to learn which calls use MyWorldLargeImage.

MyWorldSmallImage ( anyURI ) [0..1]
Location of a user's image on the MyWorld page (small version).
See the Field Index to learn which calls use MyWorldSmallImage.

MyWorldURL ( anyURI ) [0..1]
A link to the URL of the user's MyWorld page.
See the Field Index to learn which calls use MyWorldURL.

NewUser ( boolean ) [0..1]
If true, identifies a new user who has been a registered eBay user for 30 days or less. Always false after the user has been registered for more than 30 days. Does not indicate an ID change.
See the Field Index to learn which calls use NewUser.

PositiveFeedbackPercent ( float ) [0..1]
A seller's positive feedback score. The percentage value of a seller's positive feedback is calculated by dividing the seller's positive feedback score by their negative feedback score. The last 12 months of feedback scores are taken into consideration for this calculation.
See the Field Index to learn which calls use PositiveFeedbackPercent.

RegistrationDate ( dateTime ) [0..1]
The date the specified user originally registered with eBay. If a bidder's user information is made anonymous, the value -99 is returned.
See the Field Index to learn which calls use RegistrationDate.

RegistrationSite ( see SiteCodeType for possible values ) [0..1]
The eBay site with which the user is registered. If a bidder's user information is made anonymous, the value -99 is returned.
See the Field Index to learn which calls use RegistrationSite.

ReviewsAndGuidesURL ( anyURI ) [0..1]
The URL of reviews and guides.
See the Field Index to learn which calls use ReviewsAndGuidesURL.

SellerBusinessType ( see SellerBusinessCodeType for possible values ) [0..1]
Type of seller account.
See the Field Index to learn which calls use SellerBusinessType.

SellerItemsURL ( anyURI ) [0..1]
URL for seller's other items.
See the Field Index to learn which calls use SellerItemsURL.

SellerLevel ( see SellerLevelCodeType for possible values ) [0..1]
The user's eBay PowerSeller tier. Possible values are enumerated in the SellerLevelCodeType code list.
See the Field Index to learn which calls use SellerLevel.

Status ( see UserStatusCodeType for possible values ) [0..1]
The registration-related status of the user.
See the Field Index to learn which calls use Status.

StoreName ( string ) [0..1]
The name of the seller's eBay Store.
See the Field Index to learn which calls use StoreName.

StoreURL ( anyURI ) [0..1]
The URL of the seller's eBay Store page.
See the Field Index to learn which calls use StoreURL.

TopRatedSeller ( boolean ) [0..1]
Returned when seller is certified as a top-rated seller, and is qualified for benefits such as final value fee discount and increased visibility in fixed-price searches.
See the Field Index to learn which calls use TopRatedSeller.

UserAnonymized ( boolean ) [0..1]
Indicates whether eBay has made this user's information anonymous. This occurs when the listing prices (reserve, current, or Buy It Now) reach or exceed a certain amount (such as $200 USD at the time of this writing).

If true, certain other fields about this user are not returned, or their values include no identifying characteristics. (The rules are explained in the description of each field.) If false, all user-specific fields contain the user's actual data.
See the Field Index to learn which calls use UserAnonymized.

UserID ( string ) [0..1]
The user's unique eBay user ID.

When reporting UserIDs in bidding situations (such was when listing the high bidder in an auction), eBay replaces the UserID value with an anonymous bidder name value, such as "a***o".
See the Field Index to learn which calls use UserID.

This document was generated with a customized version of the apireferencedocs tool.

© 2006–2009 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.