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

NAME

eBay::API::XML::Call::ReviseItem::ReviseItemResponseType

DESCRIPTION

Returns the item ID and the estimated fees for the revised listing.

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::ReviseItem::ReviseItemResponseType inherits from the eBay::API::XML::ResponseDataType class

Subroutines:

setCategory2ID()

ID of the secondary category in which the item was listed. Only returned if you set Item.CategoryMappingAllowed to true in the request and the ID passed in Item.SecondaryCategory was mapped to a new ID by eBay. If the secondary category has not changed or it has expired with no replacement, Category2ID does not return a value. Not applicable to Half.com.

MaxLength: 10

# Argument: 'xs:string'

getCategory2ID()

  Returned: Conditionally
#    Returns: 'xs:string'

setCategoryID()

ID of the primary category in which the item was listed. Only returned if you set Item.CategoryMappingAllowed to true in the request and the ID passed in Item.PrimaryCategory was mapped to a new ID by eBay. If the primary category has not changed or it has expired with no replacement, CategoryID does not return a value. Not applicable to Half.com.

MaxLength: 10

# Argument: 'xs:string'

getCategoryID()

  Returned: Conditionally
#    Returns: 'xs:string'

setEndTime()

Date and time when the new listing ends. This is the starting time plus the listing duration. Also returned for Half.com, but for Half.com the actual end time is GTC (not the end time returned in the response).

# Argument: 'xs:dateTime'

getEndTime()

  Returned: Always
#    Returns: 'xs:dateTime'

setFees()

Child elements contain the estimated listing fees for the revised item listing. The fees do not include the Final Value Fee (FVF), which cannot be determined until an item is sold. Revising an item does not itself incur a fee. However, certain item properties are fee-based and result in the return of fees in the call's response. Not applicable to Half.com.

# Argument: 'ns:FeesType'

getFees()

  Returned: Always
#    Returns: 'ns:FeesType'

setItemID()

Item ID that uniquely identifies the item listing that was revised. Provided for confirmation purposes. The value returned should be the same as the item ID specified in the ItemID property of the Item object specified as input for the call. Also applicable to Half.com.

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

# Argument: 'ns:ItemIDType'

getItemID()

  Returned: Always
#    Returns: 'ns:ItemIDType'

setStartTime()

Starting date and time for the new listing. Also returned for Half.com (for Half.com, the start time is always the time the item was listed).

# Argument: 'xs:dateTime'

getStartTime()

  Returned: Always
#    Returns: 'xs:dateTime'