The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::Call::GetVeROReportStatus

DESCRIPTION

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::GetVeROReportStatus inherits from the eBay::API::XML::BaseCall class

Subroutines:

setIncludeReportedItemDetails()

Set to true to return reported item details when you specify VeROReportPacketID in the request.

Default: false

  RequiredInput: No
#    Argument: 'xs:boolean'

setItemID()

Item ID for an item reported for alleged infringement. Applies to items reported with VeROReportItems or by other means (e.g., through the web flow).

MaxLength: 19 (Note: The eBay database specifies 38. Currently, Item IDs are usually 9 to 12 digits)

  RequiredInput: No
#    Argument: 'ns:ItemIDType'

setPagination()

Contains the data controlling the pagination of the returned values: how many items are returned per page of data (per call) and the number of the page to return with the current call.

  RequiredInput: No
#    Argument: 'ns:PaginationType'

setTimeFrom()

Limits returned items to only those that were submited on or after the date-time specified. If specified, TimeTo must also be specified. Express the date-time in the format YYYY-MM-DD HH:MM:SS, and in GMT. (For information on how to convert between your local time zone and GMT, see Time Values Note.) Applies to items reported with VeROReportItems or by other means (e.g., through the web flow). Infringement reporting data is maintained for two years after the date of submission. This field is ignored if VeROReportPacketID or ItemID is specified.

  RequiredInput: No
#    Argument: 'xs:dateTime'

setTimeTo()

Limits returned items to only those that were submited on or before the date-time specified. If specified, TimeFrom must also be specified. Express date-time in the format YYYY-MM-DD HH:MM:SS, and in GMT. (For information on how to convert between your local time zone and GMT, see Time Values Note.) Applies to items reported with VeROReportItems or by other means (e.g., through the web flow). Infringement reporting data is maintained for two years after the date of submission. This field is ignored if VeROReportPacketID or ItemID is specified.

  RequiredInput: No
#    Argument: 'xs:dateTime'

setVeROReportPacketID()

Packet identifier associated with the reported items for which you want to retrieve status. By default, reported item details are not returned when you specify the packet ID in the request. Applies only to items reported with VeROReportItems.

Max: Default: Min: RequiredInput: No # Argument: 'xs:long'

isHasMoreItems()

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.

  Returned: Conditionally
#    Returns: 'xs:boolean'

getItemsPerPage()

Indicates the maximum number of ItemType objects that can be returned in ReportedItemDetails for any given call.

  Returned: Conditionally
#    Returns: 'xs:int'

getPageNumber()

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.

  Returned: Conditionally
#    Returns: 'xs:int'

getPaginationResult()

Contains information regarding the pagination of data (if pagination is used), including total number of pages and total number of entries.

  Returned: Conditionally
#    Returns: 'ns:PaginationResultType'

getReportedItemDetails()

Contains the list of the reported item details. Returns empty if no items are available that match the request.

  Returned: Conditionally
#    Returns: 'ns:VeROReportedItemDetailsType'

getVeROReportPacketID()

The packet ID for status being returned.

  Returned: Conditionally
#    Returns: 'xs:long'

getVeROReportPacketStatus()

Status of the packet.

  Returned: Conditionally
#    Returns: 'ns:VeROReportPacketStatusCodeType'