Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

complexType "ns:ItemBidDetailsType"
Namespace:
Content:
complex, 5 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 5 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
This type is used by the ItemBidDetails container that is returned in GetAllBidders. The ItemBidDetails container shows a few details about a user's bid on an auction listing. An ItemBidDetails container is returned for each bid that a user makes during the life of an auction listing. An ItemBidDetails container will only be returned to the seller of the auction listing or to an actual bidder for the listing.
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="ItemBidDetailsType">
<xs:sequence>
<xs:element minOccurs="0" name="ItemID" type="ns:ItemIDType"/>
<xs:element minOccurs="0" name="CategoryID" type="xs:string"/>
<xs:element minOccurs="0" name="BidCount" type="xs:int"/>
<xs:element minOccurs="0" name="SellerID" type="ns:UserIDType"/>
<xs:element minOccurs="0" name="LastBidTime" type="xs:dateTime"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 6/6)
ns:BidCount
Type:
xs:int, predefined, simple content
The total number of bids that the user has placed on the auction item.
XML Representation Summary
<ns:BidCount>
   
Content: 
{ xs:int }
</ns:BidCount>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="BidCount" type="xs:int"/>

ns:CategoryID
Type:
xs:string, predefined, simple content
Unique identifier of the eBay category that the auction item is listed under.
XML Representation Summary
<ns:CategoryID>
   
Content: 
{ xs:string }
</ns:CategoryID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CategoryID" type="xs:string"/>

ns:ItemID
Type:
ns:ItemIDType, simple content
The unique identifier of an item listed on the eBay site.

Since a bidder's user information is anonymous, this tag will contain the real ID value only for that bidder, and the seller of an item that the user is bidding on. For all other users, the real ID value will be replaced with the anonymous value, according to these rules:

When bidding on items listed on the US site: UserID is replaced with the value "a****b" where a and b are random characters from the UserID. For example, if the UserID = IBidALot, it might be displayed as, "I****A".
Note that in this format, the anonymous bidder ID stays the same for every auction.

(GetMyeBayBuying only) when bidding on items listed on the US site: UserID is replaced with the value "a****b" where a and b are random characters from the UserID.

When bidding on items listed on the UK and AU sites: UserID is replaced with the value "Bidder X" where X is a number indicating the order of that user's first bid. For example, if the user was the third bidder, UserID = Bidder 3.
Note that in this format, the anonymous bidder ID stays the same for a given auction, but is different for different auctions. For example, a bidder who is the third and then the seventh bidder in an auction will be listed for both bids as "Bidder 3". However, if that same bidder is the first bidder on a different auction, the bidder will be listed for that auction as "Bidder 1", not "Bidder 3".

(GetMyeBayBuying only) when bidding on items listed on the UK and AU sites: UserID is replaced with the string "High Bidder".

(GetBestOffers only) - all sites: The last part of the user ID is replaced with asterisks for users that submit best offers on an item. The seller of the item will be able to see the full User ID.
XML Representation Summary
<ns:ItemID>
   
Content: 
{ xs:string }
</ns:ItemID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ItemID" type="ns:ItemIDType"/>

ns:LastBidTime
Type:
xs:dateTime, predefined, simple content
This timestamp indicates the date/time at which the user placed the last bid on the auction item.
XML Representation Summary
<ns:LastBidTime>
   
Content: 
{ xs:dateTime }
</ns:LastBidTime>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="LastBidTime" type="xs:dateTime"/>

ns:SellerID
Type:
ns:UserIDType, simple content
The eBay ID of the seller who listed the item.

This will be returned with the anonymous value "Seller X", where X indicates where the seller falls in the sequence of sellers that the user has purchased items from. For example, if the seller is the third seller that the user has purchased items from, the value "Seller 3" is returned.
XML Representation Summary
<ns:SellerID>
   
Content: 
{ xs:string }
</ns:SellerID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="SellerID" type="ns:UserIDType"/>

{any element from any namespace}
XML Source (see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

WSDL documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML WSDLDoc 1.2.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.