Shopping_SimpleUserType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Shopping_SimpleUserType.h Shopping_SimpleUserType.m |
Overview
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.
@ingroup ShoppingInterface
Tasks
-
userIDThe user’s unique eBay user ID.
property
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”. -
feedbackPrivateIndicates whether the user has chosen to make their feedback score and
property
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. -
feedbackRatingStarVisual indicator of user’s feedback score.
property -
feedbackScoreThe aggregate feedback score of a user. A user’s feedback score is the net
property
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. -
userAnonymizedIndicates whether eBay has made this user’s information anonymous.
property
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. -
newUserIf true, identifies a new user who has been a registered eBay user for 30 days
property
or less. Always false after the user has been registered for more than 30
days. Does not indicate an ID change. -
registrationDateThe date the specified user originally registered with eBay. If a bidder’s user
property
information is made anonymous, the value -99 is returned. -
registrationSiteThe eBay site with which the user is registered. If a bidder’s user information is
property
made anonymous, the value -99 is returned. -
statusThe registration-related status of the user.
property -
sellerBusinessTypeType of seller account.
property -
storeURLThe URL of the seller’s eBay Store page.
property -
storeNameThe name of the seller’s eBay Store.
property -
sellerItemsURLURL for seller’s other items.
property -
aboutMeURLA link to the user’s AboutMe page.
property -
myWorldURLA link to the URL of the user’s MyWorld page.
property -
myWorldSmallImageLocation of a user’s image on the MyWorld page (small version).
property -
myWorldLargeImageLocation of a user’s image on the MyWorld page (large version).
property -
reviewsAndGuidesURLThe URL of reviews and guides.
property -
feedbackDetailsURLThe URL of feedback details.
property -
positiveFeedbackPercentA seller’s positive feedback score. The percentage value of a seller's
property
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. -
sellerLevelThe user’s eBay PowerSeller tier. No longer returned for the US, DE/AT/CH, and
property
UK/IE sites. Note that SellerLevel may be suppressed for other sites, as well. -
topRatedSellerReturned when seller is certified as a top-rated seller, and is qualified for benefits such as final value fee
property
discount and increased visibility in fixed-price searches. -
any(public property)
property
Properties
aboutMeURL
A link to the user’s AboutMe page.
@property (nonatomic, retain) NSString *aboutMeURLDiscussion
A link to the user’s AboutMe page.
type : NSString, wrapper for primitive string
Declared In
Shopping_SimpleUserType.hany
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Shopping_SimpleUserType.hfeedbackDetailsURL
The URL of feedback details.
@property (nonatomic, retain) NSString *feedbackDetailsURLDiscussion
The URL of feedback details.
type : NSString, wrapper for primitive string
Declared In
Shopping_SimpleUserType.hfeedbackPrivate
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.
@property (nonatomic, retain) NSNumber *feedbackPrivateDiscussion
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.
type : NSNumber, wrapper for primitive bool
Declared In
Shopping_SimpleUserType.hfeedbackRatingStar
Visual indicator of user’s feedback score.
@property (nonatomic, retain) NSString *feedbackRatingStarDiscussion
Visual indicator of user’s feedback score.
type: string constant in Shopping_FeedbackRatingStarCodeType.h
Declared In
Shopping_SimpleUserType.hfeedbackScore
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.
@property (nonatomic, retain) NSNumber *feedbackScoreDiscussion
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.
type : NSNumber, wrapper for primitive int
Declared In
Shopping_SimpleUserType.hmyWorldLargeImage
Location of a user’s image on the MyWorld page (large version).
@property (nonatomic, retain) NSString *myWorldLargeImageDiscussion
Location of a user’s image on the MyWorld page (large version).
type : NSString, wrapper for primitive string
Declared In
Shopping_SimpleUserType.hmyWorldSmallImage
Location of a user’s image on the MyWorld page (small version).
@property (nonatomic, retain) NSString *myWorldSmallImageDiscussion
Location of a user’s image on the MyWorld page (small version).
type : NSString, wrapper for primitive string
Declared In
Shopping_SimpleUserType.hmyWorldURL
A link to the URL of the user’s MyWorld page.
@property (nonatomic, retain) NSString *myWorldURLDiscussion
A link to the URL of the user’s MyWorld page.
type : NSString, wrapper for primitive string
Declared In
Shopping_SimpleUserType.hnewUser
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.
@property (nonatomic, retain) NSNumber *newUserDiscussion
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.
type : NSNumber, wrapper for primitive bool
Declared In
Shopping_SimpleUserType.hpositiveFeedbackPercent
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.
@property (nonatomic, retain) NSNumber *positiveFeedbackPercentDiscussion
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.
type : NSNumber, wrapper for primitive float
Declared In
Shopping_SimpleUserType.hregistrationDate
The date the specified user originally registered with eBay. If a bidder’s user
information is made anonymous, the value -99 is returned.
@property (nonatomic, retain) NSDate *registrationDateDiscussion
The date the specified user originally registered with eBay. If a bidder’s user
information is made anonymous, the value -99 is returned.
type : NSDate, wrapper for primitive date
Declared In
Shopping_SimpleUserType.hregistrationSite
The eBay site with which the user is registered. If a bidder’s user information is
made anonymous, the value -99 is returned.
@property (nonatomic, retain) NSString *registrationSiteDiscussion
The eBay site with which the user is registered. If a bidder’s user information is
made anonymous, the value -99 is returned.
type: string constant in Shopping_SiteCodeType.h
Declared In
Shopping_SimpleUserType.hreviewsAndGuidesURL
The URL of reviews and guides.
@property (nonatomic, retain) NSString *reviewsAndGuidesURLDiscussion
The URL of reviews and guides.
type : NSString, wrapper for primitive string
Declared In
Shopping_SimpleUserType.hsellerBusinessType
Type of seller account.
@property (nonatomic, retain) NSString *sellerBusinessTypeDiscussion
Type of seller account.
type: string constant in Shopping_SellerBusinessCodeType.h
Declared In
Shopping_SimpleUserType.hsellerItemsURL
URL for seller’s other items.
@property (nonatomic, retain) NSString *sellerItemsURLDiscussion
URL for seller’s other items.
type : NSString, wrapper for primitive string
Declared In
Shopping_SimpleUserType.hsellerLevel
The user’s eBay PowerSeller tier. No longer returned for the US, DE/AT/CH, and
UK/IE sites. Note that SellerLevel may be suppressed for other sites, as well.
@property (nonatomic, retain) NSString *sellerLevelDiscussion
The user’s eBay PowerSeller tier. No longer returned for the US, DE/AT/CH, and
UK/IE sites. Note that SellerLevel may be suppressed for other sites, as well.
type: string constant in Shopping_SellerLevelCodeType.h
Declared In
Shopping_SimpleUserType.hstatus
The registration-related status of the user.
@property (nonatomic, retain) NSString *statusDiscussion
The registration-related status of the user.
type: string constant in Shopping_UserStatusCodeType.h
Declared In
Shopping_SimpleUserType.hstoreName
The name of the seller’s eBay Store.
@property (nonatomic, retain) NSString *storeNameDiscussion
The name of the seller’s eBay Store.
type : NSString, wrapper for primitive string
Declared In
Shopping_SimpleUserType.hstoreURL
The URL of the seller’s eBay Store page.
@property (nonatomic, retain) NSString *storeURLDiscussion
The URL of the seller’s eBay Store page.
type : NSString, wrapper for primitive string
Declared In
Shopping_SimpleUserType.htopRatedSeller
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.
@property (nonatomic, retain) NSNumber *topRatedSellerDiscussion
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.
type : NSNumber, wrapper for primitive bool
Declared In
Shopping_SimpleUserType.huserAnonymized
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.
@property (nonatomic, retain) NSNumber *userAnonymizedDiscussion
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.
type : NSNumber, wrapper for primitive bool
Declared In
Shopping_SimpleUserType.huserID
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”.
@property (nonatomic, retain) NSString *userIDDiscussion
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”.
type : NSString, wrapper for primitive string
Declared In
Shopping_SimpleUserType.h