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::VerifyAddItemRequestType

DESCRIPTION

Enables a seller to specify the definition of a new item and submit the definition to eBay without creating a listing. This enables the seller to test the item definition and get listing fees before actually listing the item. The listing fees may be different from the listing fees returned by AddItem. <br> <br> The call validates your input fields against the schema. However, some business-logic checks performed for an AddItem call are not executed. For more information, please see the following Knowledge Base article: <br> <br> <a href="http://ebay.custhelp.com/cgi-bin/ebay.cfg/php/enduser/std_adp.php?p_faqid=912" target="_blank">VerifyAddItem returns Success with no Errors, but AddItem returns Failure with Errors</a> <br> <br> There are cases in which VerifyAddItem behaves differently from AddItem and returns a different result.

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::VerifyAddItem::VerifyAddItemRequestType inherits from the eBay::API::XML::RequestDataType class

Subroutines:

setExternalProductID()

<b>Deprecated.</b> This field will be removed from the schema in a future release. Recommended usage as of release 439 varies for eBay.com listings and Half.com listings. <br><br> For eBay.com listings: As of release 439, this field can still be passed in, but we recommend that you update your applications to use the ExternalProductID field defined on the item instead (i.e., Item.ExternalProductID). If you specify both Item.ExternalProductID and this field in the same request, eBay uses the value in Item.ExternalProductID and ignores the value in this field. See Item.ExternalProductID for information on using an external ID for eBay.com listings. <br><br> For Half.com listings: As of release 439, this field is required for Half.com listings. Causes Half.com to list the item with Pre-filled Item Information based on an ISBN value or other supported external ID, plus other meta-data that you specify. See the eBay Web Services guide for information about listing to Half.com.

  RequiredInput: Conditionally
#    Argument: 'ns:ExternalProductIDType'

getExternalProductID()

# Returns: 'ns:ExternalProductIDType'

setIncludeExpressRequirements()

Indicates if the response should include detailed data relating to whether an item would qualify as an Express listing. For information about the Express-related data that can be returned when IncludeExpressRequirements is set to true, see the response of VerifyAddItem and see the eBay Web Services Guide.

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

  RequiredInput: No
#    Argument: 'xs:boolean'

isIncludeExpressRequirements()

# Returns: 'xs:boolean'

setItem()

ItemType object, the properties of which define the new item listing.

  RequiredInput: Yes
#    Argument: 'ns:ItemType'

getItem()

# Returns: 'ns:ItemType'