Tim Keefer > eBay-API > eBay::API::XML::DataType::VeROReportedItemType

Download:
eBay-API-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View/Report Bugs
Source  

NAME ^

eBay::API::XML::DataType::VeROReportedItemType

DESCRIPTION ^

A container for item and VeROReportedItem's.

SYNOPSIS ^

INHERITANCE ^

eBay::API::XML::DataType::VeROReportedItemType inherits from the eBay::API::XML::BaseDataType class

Subroutines: ^

setItemID()

The item ID of the item reported for infringment.

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

# Argument: 'ns:ItemIDType'

getItemID()

  Calls: GetVeROReportStatus
  Returned: Conditionally

# Returns: 'ns:ItemIDType'

setItemReasonForFailure()

The explanation entered by eBay when an item reported for infringement is given a status of SubmissionFailed or ClarificationRequired.

# Argument: 'xs:string'

getItemReasonForFailure()

  Calls: GetVeROReportStatus
  Returned: Conditionally

# Returns: 'xs:string'

setItemStatus()

The VeRO reporting status for a given item.

# Argument: 'ns:VeROItemStatusCodeType'

getItemStatus()

  Calls: GetVeROReportStatus
  Returned: Conditionally

# Returns: 'ns:VeROItemStatusCodeType'

syntax highlighting: