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

complexType "ns:GetMyeBaySellingResponseType"
Namespace:
Content:
complex, 24 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 9 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Returns summary and detail information about items the user is selling, items scheduled to sell, currently listed, sold, and closed but not sold.
Type Definition Detail
Type Derivation Tree
ns:AbstractResponseType (extension)
  ns:GetMyeBaySellingResponseType
XML Source (w/o annotations (10); see within schema source)
<xs:complexType name="GetMyeBaySellingResponseType">
<xs:complexContent>
<xs:extension base="AbstractResponseType">
<xs:sequence>
<xs:element minOccurs="0" name="SellingSummary" type="ns:SellingSummaryType"/>
<xs:element minOccurs="0" name="ScheduledList" type="ns:PaginatedItemArrayType"/>
<xs:element minOccurs="0" name="ActiveList" type="ns:PaginatedItemArrayType"/>
<xs:element minOccurs="0" name="SoldList" type="ns:PaginatedOrderTransactionArrayType"/>
<xs:element minOccurs="0" name="UnsoldList" type="ns:PaginatedItemArrayType"/>
<xs:element minOccurs="0" name="Summary" type="ns:MyeBaySellingSummaryType"/>
<xs:element minOccurs="0" name="BidList" type="ns:PaginatedItemArrayType"/>
<xs:element minOccurs="0" name="DeletedFromSoldList" type="ns:PaginatedOrderTransactionArrayType"/>
<xs:element minOccurs="0" name="DeletedFromUnsoldList" type="ns:PaginatedItemArrayType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 9/25)
ns:ActiveList
Type:
ns:PaginatedItemArrayType, complex content
This container consists of active listings. This container will be returned if the eBay user has one or more active listings on eBay.com.

This container will not be returned in the response (even if there are one or more active listings) if the DetailLevel value is set to ReturnSummary and the ActiveList.Include field is omitted or set to false.
Component Diagram
XML Representation Summary
<ns:ActiveList>
   
Content: 
</ns:ActiveList>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ActiveList" type="ns:PaginatedItemArrayType"/>

ns:BidList
Type:
ns:PaginatedItemArrayType, complex content
This container is no longer applicable to GetMyeBaySelling.
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:DeletedFromSoldList
Type:
This container consists of listings that have had sales but have been deleted from My eBay. This container will be returned if the eBay user has one or more listings with sales that have been deleted from My eBay.

This container will not be returned in the response (even if there are one or more listings that have sales but have been deleted) if the DetailLevel value is set to ReturnSummary and the DeletedFromSoldList.Include field is omitted or set to false.
Component Diagram
XML Representation Summary
<ns:DeletedFromSoldList>
   
Content: 
</ns:DeletedFromSoldList>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DeletedFromSoldList" type="ns:PaginatedOrderTransactionArrayType"/>

ns:DeletedFromUnsoldList
Type:
ns:PaginatedItemArrayType, complex content
This container consists of listings that have ended without sales and have been deleted from My eBay. This container will be returned if the eBay user has one or more listings with sales that have been deleted from My eBay.

This container will not be returned in the response (even if there are one or more listings that have sales but have been deleted) if the DetailLevel value is set to ReturnSummary and the DeletedFromSoldList.Include field is omitted or set to false.
Component Diagram
XML Representation Summary
<ns:DeletedFromUnsoldList>
   
Content: 
</ns:DeletedFromUnsoldList>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DeletedFromUnsoldList" type="ns:PaginatedItemArrayType"/>

ns:ScheduledList
Type:
ns:PaginatedItemArrayType, complex content
This container consists of the items that are scheduled to become active at a future date/time. This container will be returned if the eBay user has one or more listings scheduled to become active at a future date/time.

This container will not be returned in the response (even if there are listings scheduled to become active) if the DetailLevel value is set to ReturnSummary and the ScheduledList.Include field is omitted or set to false.
Component Diagram
XML Representation Summary
<ns:ScheduledList>
   
Content: 
</ns:ScheduledList>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ScheduledList" type="ns:PaginatedItemArrayType"/>

ns:SellingSummary
Type:
ns:SellingSummaryType, complex content
This container consists of seller activity counts and values. For this container to be returned, the user must include the SellingSummary.Include field in the request and set its value to true.
Component Diagram
XML Representation Summary
<ns:SellingSummary>
   
Content: 
</ns:SellingSummary>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="SellingSummary" type="ns:SellingSummaryType"/>

ns:SoldList
Type:
This container consists of order line items that have been sold. This container will be returned if the eBay user has one or more listings that have had recent sales.

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

ns:Summary
Type:
This container consists of seller activity counts and values. This container is always returned if there has been recent sell activity.
Component Diagram
XML Representation Summary
<ns:Summary>
   
Content: 
</ns:Summary>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Summary" type="ns:MyeBaySellingSummaryType"/>

ns:UnsoldList
Type:
ns:PaginatedItemArrayType, complex content
This container consists of listings that have ended without sales. This container will be returned if the eBay user has one or more listings that have ended without sales.

This container will not be returned in the response (even if there are one or more listings that ended without sales) if the DetailLevel value is set to ReturnSummary and the UnsoldList.Include field is omitted or set to false.
Component Diagram
XML Representation Summary
<ns:UnsoldList>
   
Content: 
</ns:UnsoldList>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="UnsoldList" type="ns:PaginatedItemArrayType"/>

 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.