The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::Call::GetUser::GetUserRequestType

DESCRIPTION

Retrieves information about a user. Input fields control what user data is returned. This includes the eBay user ID for the user whose data is to be returned and the item ID for a listing to indicate a transactional relationship between the requestor and the target user.

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::GetUser::GetUserRequestType inherits from the eBay::API::XML::RequestDataType class

Subroutines:

setIncludeExpressRequirements()

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.

Default: false SeeLink: URL: http://developer.ebay.com/DevZone/XML/docs/WebHelp/index.htm?context=eBay_XML_API&topic=ExpressSellerCriteria Title: Seller Criteria for eBay Express

  RequiredInput: No
#    Argument: 'xs:boolean'

isIncludeExpressRequirements()

# Returns: 'xs:boolean'

setItemID()

Specifies 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.

MaxLength: 19 (Note: The eBay database specifies 38. Currently, Item IDs are usually 9 to 12 digits)

  RequiredInput: No
#    Argument: 'ns:ItemIDType'

getItemID()

# Returns: 'ns:ItemIDType'

setUserID()

Specifies the user whose data will be returned by the call. UserID is optional. If not specified, the user data returned is for the requesting user (as specified with the eBayAuthToken).

  RequiredInput: No
#    Argument: 'xs:string'

getUserID()

# Returns: 'xs:string'