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

NAME

eBay::API::XML::Call::VerifyAddItem::VerifyAddItemResponseType

DESCRIPTION

Returns the estimated fees that would be applicable for a new listing (were the item actually listed to eBay with AddItem).

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::VerifyAddItem::VerifyAddItemResponseType inherits from the eBay::API::XML::ResponseDataType class

Subroutines:

setCategory2ID()

ID of the secondary category in which the item would be listed. Only returned if you set Item.CategoryMappingAllowed to true in the request and the ID you passed in 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.

MaxLength: 10

# Argument: 'xs:string'

getCategory2ID()

  Returned: Conditionally
#    Returns: 'xs:string'

setCategoryID()

ID of the primary category in which the item would be listed. Only returned if you set Item.CategoryMappingAllowed to true in the request and the ID you passed in 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.

MaxLength: 10

# Argument: 'xs:string'

getCategoryID()

  Returned: Conditionally
#    Returns: 'xs:string'

setExpressItemRequirements()

Contains details about why an item does or doesn't qualify as an eBay Express listing. Only returned when IncludeExpressRequirements is true the request.<br> <br> The item requirements are assessed in this order:<br> - SellerExpressEligible<br> - ExpressOptOut<br> - ExpressApproved<br> - All other settings

SeeLink: URL: http://developer.ebay.com/DevZone/XML/docs/WebHelp/index.htm?context=eBay_XML_API&topic=ExpressListingCriteria Title: Listing Criteria for eBay Express

# Argument: 'ns:ExpressItemRequirementsType'

getExpressItemRequirements()

  Returned: Conditionally
#    Returns: 'ns:ExpressItemRequirementsType'

setExpressListing()

Indicates whether the item would be listed on eBay Express. See ExpressItemRequirements for hints about why this value is true or false for a given item.

# Argument: 'xs:boolean'

isExpressListing()

  Returned: Conditionally
#    Returns: 'xs:boolean'

setFees()

Child elements contain the estimated listing fees for the new item listing. The fees do not include the Final Value Fee (FVF), which cannot be determined until an item is sold.

# Argument: 'ns:FeesType'

getFees()

  Returned: Always
#    Returns: 'ns:FeesType'

setItemID()

Represents the item ID for the new listing. VerifyAddItem does not actually list an item, so 0 is returned instead of a normal item ID.

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'