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

simpleType "ns:DetailLevelCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"ReturnAll"
 - 
Returns all available data. With GetSellerList and other calls that retrieve large data sets, please avoid using ReturnAll when possible. For example, if you use GetSellerList, use a GranularityLevel or use the GetSellerEvents call instead. If you use ReturnAll with GetSellerList, use a small EntriesPerPage value and a short EndTimeFrom/EndTimeTo range for better performance.
"ItemReturnDescription"
 - 
Returns the description, plus the ListingDesigner node and some additional information if applicable
"ItemReturnAttributes"
 - 
For GetItem, returns Item Specifics and Pre-filled Item Information, if any. Also see the description of Item.ProductListingDetails for GetItem.
"ItemReturnCategories"
 - 
If this value is used, the primary category and, if applicable, the secondary category is returned.
"ReturnSummary"
 - 
Returns the summary data. For GetMyMessages, this detail level returns the same data whether or not you include MessageIDs or AlertIDs in the request. Returns up to 10 FolderID and FolderName values. Currently, this detail level is the only way to retrieve FolderID and FolderName values. See GetMyMessages for a code sample that demonstrates this.
"ReturnHeaders"
 - 
Returns message headers. For GetMyMessages, if you include MessageIDs or AlertIDs in the request, this detail level returns header information, without body text, for the specified message ID or alert ID values. If you include a FolderID, header information is returned only for the messages and alerts in the specified folder.

If you do not include MessageIDs or AlertIDs, this detail level returns header information for Alerts and Messages as follows:
  • If all the Alerts have been read, they are sorted in date order, with the most recent first.
  • If one of the Alerts has not been read, the Read Alerts come first, sorted most recent first, followed by the Unread Alert(s).
  • All messages in ascending order by date received with the oldest messages first.

Note: Even when restricted by this detail level to return only header information, GetMyMessages may return a high volume of data.
"ReturnMessages"
 - 
Returns full message information. For GetMyMessages, if you include MessageIDs or AlertIDs in the request, this detail level returns message information for the specified message ID or alert ID values. If you include a FolderID, message information is returned only for the messages and alerts in the specified folder.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Specifies standard subsets of data to return for each result within the set of results in the response payload. If no detail level is specified, a base set of data is returned. The base set of data varies per call.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:DetailLevelCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (8); see within schema source)
<xs:simpleType name="DetailLevelCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="ReturnAll"/>
<xs:enumeration value="ItemReturnDescription"/>
<xs:enumeration value="ItemReturnAttributes"/>
<xs:enumeration value="ItemReturnCategories"/>
<xs:enumeration value="ReturnSummary"/>
<xs:enumeration value="ReturnHeaders"/>
<xs:enumeration value="ReturnMessages"/>
</xs:restriction>
</xs:simpleType>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE
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.