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

complexType "ns:GetMyeBayBuyingRequestType"
Namespace:
Content:
complex, 24 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 14 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Retrieves information regarding a user's buying activity, such as items they are watching, bidding on, have won, did not win, and have made Best Offers on.
Type Definition Detail
Type Derivation Tree
ns:AbstractRequestType (extension)
  ns:GetMyeBayBuyingRequestType
XML Source (w/o annotations (15); see within schema source)
<xs:complexType name="GetMyeBayBuyingRequestType">
<xs:complexContent>
<xs:extension base="AbstractRequestType">
<xs:sequence>
<xs:element minOccurs="0" name="WatchList" type="ns:ItemListCustomizationType"/>
<xs:element minOccurs="0" name="BidList" type="ns:ItemListCustomizationType"/>
<xs:element minOccurs="0" name="BestOfferList" type="ns:ItemListCustomizationType"/>
<xs:element minOccurs="0" name="WonList" type="ns:ItemListCustomizationType"/>
<xs:element minOccurs="0" name="LostList" type="ns:ItemListCustomizationType"/>
<xs:element minOccurs="0" name="FavoriteSearches" type="ns:MyeBaySelectionType"/>
<xs:element minOccurs="0" name="FavoriteSellers" type="ns:MyeBaySelectionType"/>
<xs:element minOccurs="0" name="SecondChanceOffer" type="ns:MyeBaySelectionType"/>
<xs:element minOccurs="0" name="BidAssistantList" type="ns:BidAssistantListType"/>
<xs:element minOccurs="0" name="DeletedFromWonList" type="ns:ItemListCustomizationType"/>
<xs:element minOccurs="0" name="DeletedFromLostList" type="ns:ItemListCustomizationType"/>
<xs:element minOccurs="0" name="BuyingSummary" type="ns:ItemListCustomizationType"/>
<xs:element minOccurs="0" name="UserDefinedLists" type="ns:MyeBaySelectionType"/>
<xs:element minOccurs="0" name="HideVariations" type="xs:boolean"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 14/25)
ns:BestOfferList
Type:
Include this container and set the BestOfferList.Include field to true to return the list of items on which the eBay user has made a Best Offer.

The user also has the option of using pagination and sorting for the list of items that will be returned.
Component Diagram
XML Representation Summary
<ns:BestOfferList>
   
Content: 
</ns:BestOfferList>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="BestOfferList" type="ns:ItemListCustomizationType"/>

ns:BidAssistantList
Type:
ns:BidAssistantListType, complex content
This field is deprecated.
Component Diagram
XML Representation Summary
<ns:BidAssistantList>
   
Content: 
</ns:BidAssistantList>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="BidAssistantList" type="ns:BidAssistantListType"/>

ns:BidList
Type:
Include this container and set the BidList.Include field to true to return the list of auction items on which the eBay user has bid.

The user also has the option of using pagination and sorting for the list of auction items that will be returned.
Component Diagram
XML Representation Summary
<ns:BidList>
   
Content: 
</ns:BidList>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="BidList" type="ns:ItemListCustomizationType"/>

ns:BuyingSummary
Type:
Include this container and set the BuyingSummary.Include field to true to return the BuyingSummary container in the response. The BuyingSummary container consists of buying/bidding activity counts and values.
Component Diagram
XML Representation Summary
<ns:BuyingSummary>
   
Content: 
</ns:BuyingSummary>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="BuyingSummary" type="ns:ItemListCustomizationType"/>

ns:DeletedFromLostList
Type:
Include this container and set the DeletedFromLostList.Include field to true to return the list of auction items on which the eBay user has bid on and lost, and has deleted from their My eBay page.

The user also has the option of using pagination and sorting for the list of auction items that will be returned.
Component Diagram
XML Representation Summary
<ns:DeletedFromLostList>
   
Content: 
</ns:DeletedFromLostList>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DeletedFromLostList" type="ns:ItemListCustomizationType"/>

ns:DeletedFromWonList
Type:
Include this container and set the DeletedFromWonList.Include field to true to return the list of auction items on which the eBay user has bid on and won, but has deleted from their My eBay page.

The user also has the option of using pagination and sorting for the list of auction items that will be returned.
Component Diagram
XML Representation Summary
<ns:DeletedFromWonList>
   
Content: 
</ns:DeletedFromWonList>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DeletedFromWonList" type="ns:ItemListCustomizationType"/>

ns:FavoriteSearches
Type:
ns:MyeBaySelectionType, complex content
Include this container and set the FavoriteSearches.Include field to true to return the list of the eBay user's saved searches.
Component Diagram
XML Representation Summary
<ns:FavoriteSearches>
   
Content: 
</ns:FavoriteSearches>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="FavoriteSearches" type="ns:MyeBaySelectionType"/>

ns:FavoriteSellers
Type:
ns:MyeBaySelectionType, complex content
Include this container and set the FavoriteSellers.Include field to true to return the list of the eBay user's saved sellers.
Component Diagram
XML Representation Summary
<ns:FavoriteSellers>
   
Content: 
</ns:FavoriteSellers>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="FavoriteSellers" type="ns:MyeBaySelectionType"/>

ns:HideVariations
Type:
xs:boolean, predefined, simple content
If this field is included and set to true, the Variations node (and all variation data) is omitted for all multiple-variation listings in the response. If this field is omitted or set to false, the Variations node is returned for all multiple-variation listings in the response.
XML Representation Summary
<ns:HideVariations>
   
Content: 
{ xs:boolean }
</ns:HideVariations>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="HideVariations" type="xs:boolean"/>

ns:LostList
Type:
Include this container and set the LostList.Include field to true to return the list of auction items on which the eBay user has bid on and lost.

The user also has the option of using pagination and sorting for the list of auction items that will be returned.
Component Diagram
XML Representation Summary
<ns:LostList>
   
Content: 
</ns:LostList>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="LostList" type="ns:ItemListCustomizationType"/>

ns:SecondChanceOffer
Type:
ns:MyeBaySelectionType, complex content
Include this container and set the SecondChanceOffer.Include field to true to return any Second Chance Offers that the eBay user has received.
Component Diagram
XML Representation Summary
<ns:SecondChanceOffer>
   
Content: 
</ns:SecondChanceOffer>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="SecondChanceOffer" type="ns:MyeBaySelectionType"/>

ns:UserDefinedLists
Type:
ns:MyeBaySelectionType, complex content
Include this container and set the UserDefinedLists.Include field to true to return one or more user-defined lists. User-defined lists are lists created by the user in My eBay and consists of a combination of items, saved sellers, and/or saved searches.
Component Diagram
XML Representation Summary
<ns:UserDefinedLists>
   
Content: 
</ns:UserDefinedLists>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="UserDefinedLists" type="ns:MyeBaySelectionType"/>

ns:WatchList
Type:
Include this container and set the WatchList.Include field to true to return the list of items on the eBay user's Watch List.

The user also has the option of using pagination and sorting for the list of watched items that will be returned.
Component Diagram
XML Representation Summary
<ns:WatchList>
   
Content: 
</ns:WatchList>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="WatchList" type="ns:ItemListCustomizationType"/>

ns:WonList
Type:
Include this container and set the WonList.Include field to true to return the list of auction items on which the eBay user has bid on and won.

The user also has the option of using pagination and sorting for the list of auction items that will be returned.
Component Diagram
XML Representation Summary
<ns:WonList>
   
Content: 
</ns:WonList>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="WonList" type="ns:ItemListCustomizationType"/>

 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.