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

complexType "ns:GetBidderListRequestType"
Namespace:
Content:
complex, 15 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 5 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Retrieves all items that the user is currently bidding on, and the ones they have won or purchased.
Type Definition Detail
Type Derivation Tree
ns:AbstractRequestType (extension)
  ns:GetBidderListRequestType
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="GetBidderListRequestType">
<xs:complexContent>
<xs:extension base="ns:AbstractRequestType">
<xs:sequence>
<xs:element minOccurs="0" name="ActiveItemsOnly" type="xs:boolean"/>
<xs:element minOccurs="0" name="EndTimeFrom" type="xs:dateTime"/>
<xs:element minOccurs="0" name="EndTimeTo" type="xs:dateTime"/>
<xs:element minOccurs="0" name="UserID" type="ns:UserIDType"/>
<xs:element minOccurs="0" name="GranularityLevel" type="ns:GranularityLevelCodeType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 5/16)
ns:ActiveItemsOnly
Type:
xs:boolean, predefined, simple content
Indicates whether or not to limit the result set to active items. If true, only active items are returned and the EndTimeFrom and EndTimeTo filters are ignored. If false (or not sent), both active and ended items are returned.
XML Representation Summary
<ns:ActiveItemsOnly>
   
Content: 
{ xs:boolean }
</ns:ActiveItemsOnly>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ActiveItemsOnly" type="xs:boolean"/>

ns:EndTimeFrom
Type:
xs:dateTime, predefined, simple content
Used in conjunction with EndTimeTo. Limits returned items to only those for which the item's end date is on or after the date/time specified. Specify an end date within 30 days prior to today. Items that ended more than 30 days ago are omitted from the results. If specified, EndTimeTo must also be specified. Express date/time in the format YYYY-MM-DD HH:MM:SS, and in GMT. This field is ignored if ActiveItemsOnly is set to true.
XML Representation Summary
<ns:EndTimeFrom>
   
Content: 
{ xs:dateTime }
</ns:EndTimeFrom>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="EndTimeFrom" type="xs:dateTime"/>

ns:EndTimeTo
Type:
xs:dateTime, predefined, simple content
Used in conjunction with EndTimeFrom. Limits returned items to only those for which the item's end date is on or before the date/time specified. If specified, EndTimeFrom must also be specified. Express date/time in the format YYYY-MM-DD HH:MM:SS, and in GMT. This field is ignored if ActiveItemsOnly is set to true. Note that for GTC items, whose end times automatically increment by 30 days every 30 days, an EndTimeTo value within the first 30 days of a listing will refer to the listing's initial end time.

Note: Starting July 1, 2019, the Good 'Til Cancelled renewal schedule will be modified from every 30 days to once per calendar month. For example, if a GTC listing is created July 5, the next monthly renewal date will be August 5. If a GTC listing is created on the 31st of the month, but the following month only has 30 days, the renewal will happen on the 30th in the following month. Finally, if a GTC listing is created on January 29-31, the renewal will happen on February 28th (or 29th during a 'Leap Year'). See the Good 'Til Cancelled listings update in the Spring 2019 Seller Updates for more information about this change.
XML Representation Summary
<ns:EndTimeTo>
   
Content: 
{ xs:dateTime }
</ns:EndTimeTo>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="EndTimeTo" type="xs:dateTime"/>

ns:GranularityLevel
Type:
You can control some of the fields returned in the response by specifying one of two values in the GranularityLevel field: Fine or Medium. Fine returns more fields than the default, while setting this field to Medium returns an abbreviated set of results.
XML Representation Summary
<ns:GranularityLevel>
   
Content: 
{ enumeration of xs:token }
</ns:GranularityLevel>
Simple Content
Enumeration:
"Coarse"
 - 
(in) For each record in the response, retrieves less data than Medium. See the eBay Features Guide for a list of the output fields that are returned when this level is specified.
"Fine"
 - 
For each record in the response, retrieves more data than Medium. See the eBay Features Guide for a list of the output fields that are returned when this level is specified.
"Medium"
 - 
For each record in the response, retrieves more data than Coarse and less data than Fine. See the eBay Features Guide for a list of the output fields that are returned when this level is specified.
"CustomCode"
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="GranularityLevel" type="ns:GranularityLevelCodeType"/>

ns:UserID
Type:
ns:UserIDType, simple content
The unique identifier of an eBay user.

This field is generally not required unless there are multiple User IDs tied to the requester credentials that are specified through the RequesterCredentials header. If there are multiple User IDs tied to the requester credentials, this field allows you to specify the User ID for which you wish to retrieves bids and purchases.
XML Representation Summary
<ns:UserID>
   
Content: 
{ xs:string }
</ns:UserID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="UserID" type="ns:UserIDType"/>

 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.