Inherits from Trading_AbstractRequestType : NSObject
Declared in Trading_GetUserRequestType.h
Trading_GetUserRequestType.m

Overview

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 that identifies a current or past common order, not all
data (like email addresses) will be returned in the User object.

@ingroup EBayAPIInterface

Tasks

  •   itemID

    Specify the item ID 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. ItemID is an
    optional input.

    property
  •   userID

    Specify the user whose data you want returned by the call. UserID is
    optional. If not specified, eBay returns data pertaining to the
    requesting user (as specified with the eBayAuthToken).

    property
  •   includeExpressRequirements

    Indicates if the response should include detailed information relating to
    whether a user qualifies to list an item on Express. To list an item on
    Express, a user must qualify based on conditions described in the eBay
    Web Services Guide.

    property
  •   includeFeatureEligibility

    If IncludeFeatureEligibility is true, the response includes a
    FeatureEligibility node. (The FeatureEligibility node indicates whether
    the seller can list with certain features.)

    property

Properties

includeExpressRequirements

Indicates if the response should include detailed information relating to
whether a user qualifies to list an item on Express. To list an item on
Express, a user must qualify based on conditions described in the eBay
Web Services Guide.

@property (nonatomic, retain) NSNumber *includeExpressRequirements

Discussion

Indicates if the response should include detailed information relating to
whether a user qualifies to list an item on Express. To list an item on
Express, a user must qualify based on conditions described in the eBay
Web Services Guide.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_GetUserRequestType.h

includeFeatureEligibility

If IncludeFeatureEligibility is true, the response includes a
FeatureEligibility node. (The FeatureEligibility node indicates whether
the seller can list with certain features.)

@property (nonatomic, retain) NSNumber *includeFeatureEligibility

Discussion

If IncludeFeatureEligibility is true, the response includes a
FeatureEligibility node. (The FeatureEligibility node indicates whether
the seller can list with certain features.)

type : NSNumber, wrapper for primitive bool

Declared In

Trading_GetUserRequestType.h

itemID

Specify the item ID 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. ItemID is an
optional input.

@property (nonatomic, retain) NSString *itemID

Discussion

Specify the item ID 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. ItemID is an
optional input.

type : NSString, wrapper for primitive string

Declared In

Trading_GetUserRequestType.h

userID

Specify the user whose data you want returned by the call. UserID is
optional. If not specified, eBay returns data pertaining to the
requesting user (as specified with the eBayAuthToken).

@property (nonatomic, retain) NSString *userID

Discussion

Specify the user whose data you want returned by the call. UserID is
optional. If not specified, eBay returns data pertaining to the
requesting user (as specified with the eBayAuthToken).

type : NSString, wrapper for primitive string

Declared In

Trading_GetUserRequestType.h