The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

DESCRIPTION

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::GetUser inherits from the eBay::API::XML::BaseCall 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'

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'

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'

getUser()

Contains the returned user data for the specified eBay user.

Returned: Always
Details: DetailLevel: none, ReturnSummary, ReturnAll
#    Returns: 'ns:UserType'