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

complexType "ns:GetUserRequestType"
Namespace:
Content:
complex, 14 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 4 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Retrieves data pertaining to a single eBay user. Callers can use this call to return their own user data or the data of another eBay user. Unless the caller passes in an ItemID value that identifies a current or past common order, not all data (like email addresses) will be returned in the response.
Type Definition Detail
Type Derivation Tree
ns:AbstractRequestType (extension)
  ns:GetUserRequestType
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="GetUserRequestType">
<xs:complexContent>
<xs:extension base="ns:AbstractRequestType">
<xs:sequence>
<xs:element minOccurs="0" name="ItemID" type="ns:ItemIDType"/>
<xs:element minOccurs="0" name="UserID" type="xs:string"/>
<xs:element minOccurs="0" name="IncludeExpressRequirements" type="xs:boolean"/>
<xs:element minOccurs="0" name="IncludeFeatureEligibility" type="xs:boolean"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 4/15)
ns:IncludeExpressRequirements
Type:
xs:boolean, predefined, simple content
This field is deprecated.
XML Representation Summary
<ns:IncludeExpressRequirements>
   
Content: 
{ xs:boolean }
</ns:IncludeExpressRequirements>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="IncludeExpressRequirements" type="xs:boolean"/>

ns:IncludeFeatureEligibility
Type:
xs:boolean, predefined, simple content
If the IncludeFeatureEligibility flag is included and set to 'true', the call response will include a QualifiesForSelling flag which indicates if the eBay user is eligible to sell on eBay, and a IncludeFeatureEligibility container which indicates which selling features are available to the user.
XML Representation Summary
<ns:IncludeFeatureEligibility>
   
Content: 
{ xs:boolean }
</ns:IncludeFeatureEligibility>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="IncludeFeatureEligibility" type="xs:boolean"/>

ns:ItemID
Type:
ns:ItemIDType, simple content
Specify the ItemID value for a successfully concluded listing in which the requestor and target user were participants (one as seller and the other as buyer). Necessary to return certain data (like an email address). Not necessary if the requestor is retrieving their own data.
XML Representation Summary
<ns:ItemID>
   
Content: 
{ xs:string }
</ns:ItemID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ItemID" type="ns:ItemIDType"/>

ns:UserID
Type:
xs:string, predefined, simple content
Specify the user whose data you want returned by the call. If not specified, eBay returns data pertaining to the requesting user (as specified with the eBayAuthToken value).
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="xs:string"/>

 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.