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

complexType "ns:GetItemsAwaitingFeedbackRequestType"
Namespace:
Content:
complex, 12 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
This is the base request type of the GetItemsAwaitingFeedback call. This call retrieves all completed order line items for which the user (buyer or seller) still needs to leave Feedback for their order partner.
Type Definition Detail
Type Derivation Tree
ns:AbstractRequestType (extension)
  ns:GetItemsAwaitingFeedbackRequestType
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="GetItemsAwaitingFeedbackRequestType">
<xs:complexContent>
<xs:extension base="AbstractRequestType">
<xs:sequence>
<xs:element minOccurs="0" name="Sort" type="ns:ItemSortTypeCodeType"/>
<xs:element minOccurs="0" name="Pagination" type="ns:PaginationType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 2/13)
ns:Pagination
Type:
ns:PaginationType, complex content
This container can be used if the user only wants to see a subset of order line item results. In this container, the user will specify the number of order line items to return per page of data, and will specify the specific page of data they want to view with each call.

With the GetItemsAwaitingFeedback call, the maximum allowed value for EntriesPerPage is 200.
Component Diagram
XML Representation Summary
<ns:Pagination>
   
Content: 
</ns:Pagination>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Pagination" type="ns:PaginationType"/>

ns:Sort
Type:
ns:ItemSortTypeCodeType, simple content
This field allows the user to control how the order line items are returned in the response. If this field is not used, order line items are returned based on end time (from most recent to oldest). Valid values for this field are:
  • EndTime
  • EndTimeDescending (default value)
  • FeedbackLeft
  • FeedbackLeftDescending
  • FeedbackReceived
  • FeedbackReceivedDescending
  • Title
  • TitleDescending
  • UserID
  • UserIDDescending
Reference the ItemSortTypeCodeType definition for more information on these sort values.
XML Representation Summary
<ns:Sort>
   
Content: 
{ enumeration of xs:token }
</ns:Sort>
Simple Content
Enumeration:
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Sort" type="ns:ItemSortTypeCodeType"/>

 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.