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

complexType "ns:GetMyeBaySellingRequestType"
Namespace:
Content:
complex, 19 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
Retrieves information regarding the user's selling activity, such as items that the user is currently selling (the Active list), auction listings that have bids, sold items, and unsold items.
Type Definition Detail
Type Derivation Tree
ns:AbstractRequestType (extension)
  ns:GetMyeBaySellingRequestType
XML Source (w/o annotations (10); see within schema source)
<xs:complexType name="GetMyeBaySellingRequestType">
<xs:complexContent>
<xs:extension base="AbstractRequestType">
<xs:sequence>
<xs:element minOccurs="0" name="ScheduledList" type="ns:ItemListCustomizationType"/>
<xs:element minOccurs="0" name="ActiveList" type="ns:ItemListCustomizationType"/>
<xs:element minOccurs="0" name="SoldList" type="ns:ItemListCustomizationType"/>
<xs:element minOccurs="0" name="UnsoldList" type="ns:ItemListCustomizationType"/>
<xs:element minOccurs="0" name="BidList" type="ns:ItemListCustomizationType"/>
<xs:element minOccurs="0" name="DeletedFromSoldList" type="ns:ItemListCustomizationType"/>
<xs:element minOccurs="0" name="DeletedFromUnsoldList" type="ns:ItemListCustomizationType"/>
<xs:element minOccurs="0" name="SellingSummary" type="ns:ItemListCustomizationType"/>
<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; 9/20)
ns:ActiveList
Type:
Include this container and set the ActiveList.Include field to true to return the list of active listings on eBay.com.

The user also has the option of using pagination and sorting for the list of active listings that will be returned.
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:ItemListCustomizationType"/>

ns:BidList
Type:
This container is deprecated as a Bid List is no longer returned in 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:ItemListCustomizationType"/>

ns:DeletedFromSoldList
Type:
Include this container and set the DeletedFromSoldList.Include field to true to return the list of sold order line items that have since been deleted from the seller's My eBay page.

The user also has the option of using pagination and sorting for the list of deleted, sold items that will be returned.
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:ItemListCustomizationType"/>

ns:DeletedFromUnsoldList
Type:
Include this container and set the DeletedFromUnsoldList.Include field to true to return the list of unsold order line items that have since been deleted from the seller's My eBay page.

The user also has the option of using pagination and sorting for the list of deleted, unsold items that will be returned.
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:ItemListCustomizationType"/>

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:ScheduledList
Type:
Include this container and set the ScheduledList.Include field to true to return the list of items that are scheduled to become active listings on eBay.com at a future date/time.

The user also has the option of using pagination and sorting for the list of Scheduled listings that will be returned.
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:ItemListCustomizationType"/>

ns:SellingSummary
Type:
Include this container and set the SellingSummary.Include field to true to return the SellingSummary container in the response. The SellingSummary container consists of selling activity counts and values.
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:ItemListCustomizationType"/>

ns:SoldList
Type:
Include this container and set the SoldList.Include field to true to return the list of sold order line items.

The user also has the option of using pagination and sorting for the list of sold items that will be returned.
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:ItemListCustomizationType"/>

ns:UnsoldList
Type:
Include this container and set the UnsoldList.Include field to true to return the listings that have ended without a purchase.

The user also has the option of using pagination and sorting for the list of unsold items that will be returned.
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: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.