Inherits from Trading_AbstractRequestType : NSObject
Declared in Trading_GetVeROReportStatusRequestType.h
Trading_GetVeROReportStatusRequestType.m

Overview

Retrieves status information about VeRO reported items you have submitted. You
can receive the status of individual items you have reported or, by specifying
VeROReportPacketID, you can retrieve status for all items reported with a given
VeROReportItems request. You can also retrieve items that were reported during a
given time period. If no input parameters are specified, status is returned on all
items you have reported in the last two years.
You must be a member of the Verified Rights Owner (VeRO) Program to use this
call.

@ingroup EBayAPIInterface

Tasks

  •   veROReportPacketID

    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.

    property
  •   itemID

    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).

    property
  •   includeReportedItemDetails

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

    property
  •   timeFrom

    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.

    property
  •   timeTo

    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.

    property
  •   pagination

    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.

    property

Properties

includeReportedItemDetails

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

@property (nonatomic, retain) NSNumber *includeReportedItemDetails

Discussion

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

type : NSNumber, wrapper for primitive bool

Declared In

Trading_GetVeROReportStatusRequestType.h

itemID

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).

@property (nonatomic, retain) NSString *itemID

Discussion

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).

type : NSString, wrapper for primitive string

Declared In

Trading_GetVeROReportStatusRequestType.h

pagination

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.

@property (nonatomic, retain) Trading_PaginationType *pagination

Discussion

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.

type : class Trading_PaginationType

Declared In

Trading_GetVeROReportStatusRequestType.h

timeFrom

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.

@property (nonatomic, retain) NSDate *timeFrom

Discussion

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.

type : NSDate, wrapper for primitive date

Declared In

Trading_GetVeROReportStatusRequestType.h

timeTo

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.

@property (nonatomic, retain) NSDate *timeTo

Discussion

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.

type : NSDate, wrapper for primitive date

Declared In

Trading_GetVeROReportStatusRequestType.h

veROReportPacketID

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.

@property (nonatomic, retain) NSNumber *veROReportPacketID

Discussion

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.

type : NSNumber, wrapper for primitive long

Declared In

Trading_GetVeROReportStatusRequestType.h