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

NAME

eBay::API::XML::Call::GetUserContactDetails

DESCRIPTION

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::GetUserContactDetails inherits from the eBay::API::XML::BaseCall class

Subroutines:

setContactID()

An eBay ID that uniquely identifies a given user. The same as the contact's eBay username. Either the seller's or bidder's username may be specified here, as long as a bidding relationship exists between them. That is, the bidder must be bidding on the seller's active item, or an eBay user must have made an offer on the item via Best Offer.

  RequiredInput: Yes
#    Argument: 'xs:string'

setItemID()

An eBay ID that uniquely identifies a given item. Must be a currently active item.

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

  RequiredInput: Yes
#    Argument: 'xs:string'

setRequesterID()

An eBay ID that uniquely identifies a given user. The same as the seller's eBay username. Either the seller's or bidder's username may be specified here, as long as a bidding relationship exists between them. That is, the bidder must be bidding on the seller's active item, or an eBay user must have made an offer on the item via Best Offer.

  RequiredInput: Yes
#    Argument: 'xs:string'

getContactAddress()

Contact information for the requested contact. Note that the email address is NOT returned.

  Returned: Always
#    Returns: 'ns:AddressType'

getRegistrationDate()

The date and time that the requested contact registered with eBay.

  Returned: Always
#    Returns: 'xs:dateTime'

getUserID()

An eBay ID that uniquely identifies a given user. The eBay username of the requested contact.

  Returned: Always
#    Returns: 'xs:string'