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

complexType "ns:GetVeROReportStatusResponseType"
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
Base response of the GetVeROReportStatus call. This response contains status information for items reported by the VeRO Program member.
Type Definition Detail
Type Derivation Tree
ns:AbstractResponseType (extension)
  ns:GetVeROReportStatusResponseType
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="GetVeROReportStatusResponseType">
<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="ItemsPerPage" type="xs:int"/>
<xs:element minOccurs="0" name="PageNumber" type="xs:int"/>
<xs:element minOccurs="0" name="VeROReportPacketID" type="xs:long"/>
<xs:element minOccurs="0" name="VeROReportPacketStatus" type="ns:VeROReportPacketStatusCodeType"/>
<xs:element minOccurs="0" name="ReportedItemDetails" type="ns:VeROReportedItemDetailsType"/>
</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
If true, there are more items yet to be retrieved. Additional calls with higher page numbers or more items per page must be made to retrieve these items. Not returned if no items match the request.
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:ItemsPerPage
Type:
xs:int, predefined, simple content
Indicates the maximum number of Reported Item objects that can be returned in any given call.
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
Indicates the page of data returned by the current call. For instance, for the first set of items can be returned, this field has a value of one.
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
Contains information regarding the pagination of data (if pagination is used), including total number of pages and total number of entries.
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:ReportedItemDetails
Type:
This container of one or more reported items that match the input criteria in the call request. Returns empty if no items are available that match the request.
Component Diagram
XML Representation Summary
<ns:ReportedItemDetails>
   
Content: 
</ns:ReportedItemDetails>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ReportedItemDetails" type="ns:VeROReportedItemDetailsType"/>

ns:VeROReportPacketID
Type:
xs:long, predefined, simple content
The packet ID for status being returned.
XML Representation Summary
<ns:VeROReportPacketID>
   
Content: 
{ xs:long }
</ns:VeROReportPacketID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="VeROReportPacketID" type="xs:long"/>

ns:VeROReportPacketStatus
Type:
Status of the packet.
XML Representation Summary
<ns:VeROReportPacketStatus>
   
Content: 
{ enumeration of xs:token }
</ns:VeROReportPacketStatus>
Simple Content
Enumeration:
"Received"
 - 
This value indicates that the VeRO Report packet has been received by eBay.
"InProcess"
 - 
This value indicates that eBay is in the process of reviewing the VeRO Report packet. For a VeRO Report packet consisting of multiple items, the call user can look at the ReportedItemDetails container in the GetVeROReportStatus response to get more details about individual items in the VeRO Report packet.
"Processed"
 - 
This value indicates that the VeRO Report packet has been processed by eBay.
"CustomCode"
 - 
This value is reserved for internal or future use.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="VeROReportPacketStatus" type="ns:VeROReportPacketStatusCodeType"/>

 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.