eBay Trading APIVersion 1349
 

GetVeROReportStatusResponseType ( AbstractResponseType )

Base response of the GetVeROReportStatus call. This response contains status information for items reported by the VeRO Program member.

Call that uses GetVeROReportStatusResponseType:

Fields



HasMoreItems ( boolean ) [0..1]
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.
See the Field Index to learn which calls use HasMoreItems.

ItemsPerPage ( int ) [0..1]
Indicates the maximum number of Reported Item objects that can be returned in any given call.
See the Field Index to learn which calls use ItemsPerPage.

PageNumber ( int ) [0..1]
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.
See the Field Index to learn which calls use PageNumber.

PaginationResult ( PaginationResultType ) [0..1]
Contains information regarding the pagination of data (if pagination is used), including total number of pages and total number of entries.
See the Field Index to learn which calls use PaginationResult.

ReportedItemDetails ( VeROReportedItemDetailsType ) [0..1]
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.
See the Field Index to learn which calls use ReportedItemDetails.

VeROReportPacketID ( long ) [0..1]
The packet ID for status being returned.
See the Field Index to learn which calls use VeROReportPacketID.

VeROReportPacketStatus ( VeROReportPacketStatusCodeType ) [0..1]
Status of the packet.
See the Field Index to learn which calls use VeROReportPacketStatus.