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

complexType "ns:GetSellerListResponseType"
Namespace:
Content:
complex, 22 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 7 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
This is the base response type of the GetSellerList call. The GetSellerList response includes an array of one or more listings that matched the input criteria, as well as pagination data.
Type Definition Detail
Type Derivation Tree
ns:AbstractResponseType (extension)
  ns:GetSellerListResponseType
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="GetSellerListResponseType">
<xs:complexContent>
<xs:extension base="ns:AbstractResponseType">
<xs:sequence>
<xs:element minOccurs="0" name="PaginationResult" type="ns:PaginationResultType"/>
<xs:element minOccurs="0" name="HasMoreItems" type="xs:boolean"/>
<xs:element minOccurs="0" name="ItemArray" type="ns:ItemArrayType"/>
<xs:element minOccurs="0" name="ItemsPerPage" type="xs:int"/>
<xs:element minOccurs="0" name="PageNumber" type="xs:int"/>
<xs:element minOccurs="0" name="ReturnedItemCountActual" type="xs:int"/>
<xs:element minOccurs="0" name="Seller" type="ns:UserType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 7/23)
ns:HasMoreItems
Type:
xs:boolean, predefined, simple content
This field's value is returned as true if there are more pages in the current result set to view, or false if the current page being viewed is the last (or only) page of the result set.

If there are more listings to view in the result set, additional GetSellerList calls can be made but with changes to the Pagination values in the request. For example, if the Pagination.PageNumber value in the request for the last call was 1, you can make another GetSellerList call, keeping everything the same except changing the value of the Pagination.PageNumber field from 1 to 2.
XML Representation Summary
<ns:HasMoreItems>
   
Content: 
{ xs:boolean }
</ns:HasMoreItems>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="HasMoreItems" type="xs:boolean"/>

ns:ItemArray
Type:
ns:ItemArrayType, complex content
This container is an array of one or more listings that match the input criteria. If none of the seller's listings match the input criteria, this container is returned as an empty tag.
Component Diagram
XML Representation Summary
<ns:ItemArray>
   
Content: 
</ns:ItemArray>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ItemArray" type="ns:ItemArrayType"/>

ns:ItemsPerPage
Type:
xs:int, predefined, simple content
This value reflects the value that was set in the Pagination.EntriesPerPage field in the request. This is the maximum number of listings that may be returned per page of the result set. Note that this value is only the maximum threshold and does not necessarily reflect the number of listings appearing on the current page of data.
XML Representation Summary
<ns:ItemsPerPage>
   
Content: 
{ xs:int }
</ns:ItemsPerPage>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ItemsPerPage" type="xs:int"/>

ns:PageNumber
Type:
xs:int, predefined, simple content
This value indicates the current page of data in the result set that is being displayed. This value reflects the value specified in the Pagination.PageNumber field in the request. Note that page number defaults to 1 if the Pagination.PageNumber field was not included in the request.
XML Representation Summary
<ns:PageNumber>
   
Content: 
{ xs:int }
</ns:PageNumber>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="PageNumber" type="xs:int"/>

ns:PaginationResult
Type:
ns:PaginationResultType, complex content
This container shows the total number or pages in the result set, as well as the total number of listings that match the current input criteria.
Component Diagram
XML Representation Summary
<ns:PaginationResult>
   
Content: 
</ns:PaginationResult>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="PaginationResult" type="ns:PaginationResultType"/>

ns:ReturnedItemCountActual
Type:
xs:int, predefined, simple content
This value indicates the total number of listings being shown on the current page of the results set.
XML Representation Summary
<ns:ReturnedItemCountActual>
   
Content: 
{ xs:int }
</ns:ReturnedItemCountActual>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ReturnedItemCountActual" type="xs:int"/>

ns:Seller
Type:
ns:UserType, complex content
This container consists of detailed information about the seller and the seller's account. This container is only returned if the GranularityLevel field is included in the request and set to Fine.
Component Diagram
XML Representation Summary
<ns:Seller>
   
Content: 
</ns:Seller>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Seller" type="ns:UserType"/>

 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.