eBay Trading APIVersion 1357
 

GetUserContactDetailsRequestType ( AbstractRequestType )

This call is used to retrieve contact information for a specified eBay user, given that a bidding relationship (as either a buyer or seller) exists between the caller and the user.

Call that uses GetUserContactDetailsRequestType:

Fields

ContactID ( string ) [0..1]
An eBay user ID that uniquely identifies a given user for whom the caller is seeking information. Either a seller's or bidder's/buyer's user ID can be specified here, as long as an bidding/order relationship exists between the requester and the user specified by this field. That is, a bidder must be bidding on the seller's active auction item, or a prospective buyer has proposed a Best Offer on a listing.
See the Field Index to learn which calls use ContactID.

ItemID ( string ) [0..1]
A unique identifier for the eBay listing that the caller and order partner have in common.
See the Field Index to learn which calls use ItemID.

RequesterID ( string ) [0..1]
An eBay user ID that uniquely identifies the person who is making the call. Either a seller's or bidder's/buyer's user ID can be specified here, as long as a bidding/order relationship exists between the requester and the user for whom information is being requested.
See the Field Index to learn which calls use RequesterID.