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

complexType "ns:GetMyeBayBuyingResponseType"
Namespace:
Content:
complex, 28 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 13 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Returns 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:AbstractResponseType (extension)
  ns:GetMyeBayBuyingResponseType
XML Source (w/o annotations (14); see within schema source)
<xs:complexType name="GetMyeBayBuyingResponseType">
<xs:complexContent>
<xs:extension base="AbstractResponseType">
<xs:sequence>
<xs:element minOccurs="0" name="BuyingSummary" type="ns:BuyingSummaryType"/>
<xs:element minOccurs="0" name="WatchList" type="ns:PaginatedItemArrayType"/>
<xs:element minOccurs="0" name="BidList" type="ns:PaginatedItemArrayType"/>
<xs:element minOccurs="0" name="BestOfferList" type="ns:PaginatedItemArrayType"/>
<xs:element minOccurs="0" name="WonList" type="ns:PaginatedOrderTransactionArrayType"/>
<xs:element minOccurs="0" name="LostList" type="ns:PaginatedItemArrayType"/>
<xs:element minOccurs="0" name="FavoriteSearches" type="ns:MyeBayFavoriteSearchListType"/>
<xs:element minOccurs="0" name="FavoriteSellers" type="ns:MyeBayFavoriteSellerListType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="SecondChanceOffer" type="ns:ItemType"/>
<xs:element minOccurs="0" name="BidAssistantList" type="ns:BidGroupArrayType"/>
<xs:element minOccurs="0" name="DeletedFromWonList" type="ns:PaginatedOrderTransactionArrayType"/>
<xs:element minOccurs="0" name="DeletedFromLostList" type="ns:PaginatedItemArrayType"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="UserDefinedList" type="ns:UserDefinedListType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 13/29)
ns:BestOfferList
Type:
ns:PaginatedItemArrayType, complex content
This container consists of the items on which the eBay user has made Best Offers. This container will be returned if the eBay user has made one or more Best Offers.

This container will not be returned in the response (even if user has made Best Offers) if the DetailLevel value is set to ReturnSummary and the BestOfferList.Include field is omitted or set to false.
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:PaginatedItemArrayType"/>

ns:BidAssistantList
Type:
ns:BidGroupArrayType, 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:BidGroupArrayType"/>

ns:BidList
Type:
ns:PaginatedItemArrayType, complex content
This container consists of the auction items on which the eBay user has bid. This container will be returned if the eBay user has bid on one or more auction items.

This container will not be returned in the response (even if there are items on the Bid List) if the DetailLevel value is set to ReturnSummary and the BidList.Include field is omitted or set to false.
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:PaginatedItemArrayType"/>

ns:BuyingSummary
Type:
ns:BuyingSummaryType, complex content
This container consists of buying/bidding activity counts and values. For this container to be returned, the user must include the BuyingSummary.Include field in the request and set its value to true.
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:BuyingSummaryType"/>

ns:DeletedFromLostList
Type:
ns:PaginatedItemArrayType, complex content
This container consists of the auction items on which the eBay user has lost and then deleted from their My eBay page. This container will be returned if the eBay user has lost one or more auction items and then deleted those items from My eBay.

This container will not be returned in the response (even if they have lost and then deleted one or more items) if the DetailLevel value is set to ReturnSummary and the DeletedFromLostList.Include field is omitted or set to false.
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:PaginatedItemArrayType"/>

ns:DeletedFromWonList
Type:
This container consists of the auction items on which the eBay user has won but deleted from their My eBay page. This container will be returned if the eBay user has won one or more auction items but have deleted these items from My eBay.

This container will not be returned in the response (even if they have won and then deleted one or more items) if the DetailLevel value is set to ReturnSummary and the DeletedFromWonList.Include field is omitted or set to false.
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:PaginatedOrderTransactionArrayType"/>

ns:FavoriteSearches
Type:
This container consists of the eBay user's saved searches. This container will be returned if the eBay user has one or more saved searches.

This container will not be returned in the response (even if the user has saved searches) if the DetailLevel value is set to ReturnSummary and the FavoriteSearches.Include field is omitted or set to false.

This container consists of the search name, search query, and other search elements. The user can copy and paste the URL in the SearchQuery field into a browser to view the search results again.
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:MyeBayFavoriteSearchListType"/>

ns:FavoriteSellers
Type:
This container consists of the eBay user's saved sellers. This container will be returned if the eBay user has one or more saved sellers.

This container will not be returned in the response (even if the user has saved sellers) if the DetailLevel value is set to ReturnSummary and the FavoriteSellers.Include field is omitted or set to false.

This container consists of the saved sellers' user IDs and eBay Store names (if applicable).
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:MyeBayFavoriteSellerListType"/>

ns:LostList
Type:
ns:PaginatedItemArrayType, complex content
This container consists of the auction items on which the eBay user has bid on but lost. This container will be returned if the eBay user has lost one or more auction items.

This container will not be returned in the response (even if the buyer has lost one or more auction items) if the DetailLevel value is set to ReturnSummary and the LostList.Include field is omitted or set to false.
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:PaginatedItemArrayType"/>

ns:SecondChanceOffer
Type:
ns:ItemType, complex content
This container consists of the items on which the eBay user has received a Second Chance Offer. This container will be returned if the eBay user has made one or more Second Chance Offers.

This container will not be returned in the response (even if user has received Second Chance Offers) if the DetailLevel value is set to ReturnSummary and the SecondChanceOffer.Include field is omitted or set to false.
Component Diagram
XML Representation Summary
<ns:SecondChanceOffer>
   
Content: 
ns:ApplicationData?, ns:AttributeSetArray?, ns:AttributeArray?, ns:LookupAttributeArray?, ns:AutoPay?, ns:BiddingDetails?, ns:BuyerProtection?, ns:BuyItNowPrice?, ns:CategoryMappingAllowed?, ns:Charity?, ns:Country?, ns:CrossPromotion?, ns:Currency?, ns:Description?, ns:DescriptionReviseMode?, ns:Distance?, ns:HitCounter?, ns:ItemID?, ns:ListingDetails?, ns:ListingDuration?, ns:ListingEnhancement*, ns:ListingType?, ns:Location?, ns:LotSize?, ns:PartnerCode?, ns:PartnerName?, ns:PaymentDetails?, ns:PaymentMethods*, ns:PayPalEmailAddress?, ns:PrimaryCategory?, ns:PrivateListing?, ns:ProductListingDetails?, ns:Quantity?, ns:PrivateNotes?, ns:RegionID?, ns:RelistLink?, ns:ReservePrice?, ns:ReviseStatus?, ns:ScheduleTime?, ns:SecondaryCategory?, ns:FreeAddedCategory?, ns:Seller?, ns:SellingStatus?, ns:ShippingDetails?, ns:ShipToLocations*, ns:Site?, ns:StartPrice?, ns:Storefront?, ns:SubTitle?, ns:TimeLeft?, ns:Title?, ns:UUID?, ns:VATDetails?, ns:SellerVacationNote?, ns:WatchCount?, ns:HitCount?, ns:DisableBuyerRequirements?, ns:BestOfferDetails?, ns:LocationDefaulted?, ns:UseTaxTable?, ns:GetItFast?, ns:BuyerResponsibleForShipping?, ns:LimitedWarrantyEligible?, ns:eBayNotes?, ns:QuestionCount?, ns:Relisted?, ns:QuantityAvailable?, ns:SKU?, ns:SearchDetails?, ns:PostalCode?, ns:PictureDetails?, ns:VideoDetails?, ns:DispatchTimeMax?, ns:BestOfferEnabled?, ns:LocalListing?, ns:SellerContactDetails?, ns:TotalQuestionCount?, ns:ProxyItem?, ns:ExtendedSellerContactDetails?, ns:LeadCount?, ns:NewLeadCount?, ns:ItemSpecifics?, ns:GroupCategoryID?, ns:ClassifiedAdPayPerLeadFee?, ns:BidGroupItem?, ns:ApplyBuyerProtection?, ns:ListingSubtype2?, ns:MechanicalCheckAccepted?, ns:UpdateSellerInfo?, ns:UpdateReturnPolicy?, ns:ItemPolicyViolation?, ns:CrossBorderTrade*, ns:BusinessSellerDetails?, ns:BuyerGuaranteePrice?, ns:BuyerRequirementDetails?, ns:ReturnPolicy?, ns:PaymentAllowedSite*, ns:InventoryTrackingMethod?, ns:IntegratedMerchantCreditCardEnabled?, ns:Variations?, ns:ItemCompatibilityList?, ns:ItemCompatibilityCount?, ns:ConditionID?, ns:ConditionDescription?, ns:ConditionDisplayName?, ns:TaxCategory?, ns:QuantityAvailableHint?, ns:QuantityThreshold?, ns:DiscountPriceInfo?, ns:SellerProvidedTitle?, ns:VIN?, ns:VINLink?, ns:VRM?, ns:VRMLink?, ns:QuantityInfo?, ns:SellerProfiles?, ns:ShippingServiceCostOverrideList?, ns:ShippingOverride?, ns:ShippingPackageDetails?, ns:TopRatedListing?, ns:QuantityRestrictionPerBuyer?, ns:FloorPrice?, ns:CeilingPrice?, ns:IsIntermediatedShippingEligible?, ns:UnitInfo?, ns:RelistParentID?, ns:ConditionDefinition?, ns:HideFromSearch?, ns:ReasonHideFromSearch?, ns:PickupInStoreDetails?, ns:SiteId?, ns:IgnoreQuantity?, ns:AvailableForPickupDropOff?, ns:EligibleForPickupDropOff?, ns:LiveAuction?, ns:DigitalGoodInfo?, ns:eBayPlus?, ns:eBayPlusEligible?, ns:eMailDeliveryAvailable?, ns:IsSecureDescription?, {any}*
</ns:SecondChanceOffer>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="SecondChanceOffer" type="ns:ItemType"/>

ns:UserDefinedList
Type:
ns:UserDefinedListType, complex content
This container consists of data for a user-defined list that was created by the user in My eBay. User-defined lists consists of a combination of items, saved sellers, and/or saved searches.

This container will not be returned in the response (even if one or more user-defined lists exist) if the DetailLevel value is set to ReturnSummary and the UserDefinedList.Include field is omitted or set to false.
Component Diagram
XML Representation Summary
<ns:UserDefinedList>
   
Content: 
</ns:UserDefinedList>
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="UserDefinedList" type="ns:UserDefinedListType"/>

ns:WatchList
Type:
ns:PaginatedItemArrayType, complex content
This container consists of the items on the eBay user's Watch List. This container will be returned if the eBay user has one or more items on their Watch List.

This container will not be returned in the response (even if there are items on the Watch List) if the DetailLevel value is set to ReturnSummary and the WatchList.Include field is omitted or set to false.
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:PaginatedItemArrayType"/>

ns:WonList
Type:
This container consists of the auction items on which the eBay user has won. This container will be returned if the eBay user has won one or more auction items.

This container will not be returned in the response (even if there are items on the Won List) if the DetailLevel value is set to ReturnSummary and the WonList.Include field is omitted or set to false.
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:PaginatedOrderTransactionArrayType"/>

 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.