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

NAME

eBay::API::XML::Call::EndItem

DESCRIPTION

SYNOPSIS

INHERITANCE

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

Subroutines:

setEndingReason()

Indicates the seller's reason for ending the listing early. This field is required if the seller is ending the item early and the item did not successfully sell. Also applicable to Half.com.

  RequiredInput: Yes
#    Argument: 'ns:EndReasonCodeType'

setItemID()

Unique item ID that identifies the item listing to end. Also applicable to Half.com. For Half.com listings, you can either specify ItemID or SellerInventoryID. For eBay Live Auctions, you cannot delete items that have been closed or that are part of a Live Auction event that has started.

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

  RequiredInput: Yes
#    Argument: 'ns:ItemIDType'

setSellerInventoryID()

Unique identifier that the seller specified when they listed the Half.com item. For Half.com items, you can either specify ItemID or SellerInventoryID. If you specify both ItemID and SellerInventoryID, they must be for the same item (otherwise an error will occur). Only applicable to Half.com.

  RequiredInput: Conditionally
#    Argument: 'xs:string'

getEndTime()

Indicates the date and time (returned in GMT) the specified item listing was ended. Also applicable to Half.com.

  Returned: Always
#    Returns: 'xs:dateTime'