NAME
eBay::API::XML::DataType::ProductInfoType
DESCRIPTION
SYNOPSIS
INHERITANCE
eBay::API::XML::DataType::ProductInfoType inherits from the eBay::API::XML::BaseDataType class
Subroutines:
setAverageSoldPrice()
The average sold price (winning bid, Buy It Now price, or fixed price), if any, of completed items that were listed with Pre-filled Item Information from this product.
# Argument: 'ns:AmountType'
getAverageSoldPrice()
Calls: GetItemRecommendations
Returned: Conditionally
Context: PricingRecommendations
# Returns: 'ns:AmountType'
setAverageStartPrice()
The average start price (minimum bid), if any, of completed auction items that were listed with Pre-filled Item Information from this product.
# Argument: 'ns:AmountType'
getAverageStartPrice()
Calls: GetItemRecommendations
Returned: Conditionally
Context: PricingRecommendations
# Returns: 'ns:AmountType'
setProductState()
Indicates that the product has changed or will soon change (usually due to a migration from one catalog to another catalog). Typically, this field is returned for up to 90 days for a given product. After that, the product either no longer returns this field or the product is no longer returned (depending on the state change). As of mid-2008, this data is primarily applicable to catalogs used by the US, Germany, Austria, and Switzerland sites. Other sites may undergo catalog changes in the future.
# Argument: 'ns:ProductStateCodeType'
getProductState()
Calls: GetItemRecommendations
Returned: Conditionally
# Returns: 'ns:ProductStateCodeType'
setTitle()
Title associated with the product. This value can be used as the basis for a suggested listing title. If the title is longer than 55 characters, your application should make sure the suggested title has a max length of 55 characters so that it will be valid for the AddItem family of calls.
MaxLength: 1024
# Argument: 'xs:string'
getTitle()
Calls: GetItemRecommendations
Returned: Conditionally
# Returns: 'xs:string'
setProductInfoID()
Unique identifier for the product. See the Developer's Guide for information about eBay product IDs. If the primary and secondary category are both catalog-enabled, this ID corresponds to the primary category.
MaxLength: 4000
# Argument: 'xs:string'
getProductInfoID()
Calls: GetItemRecommendations
Returned: Conditionally
# Returns: 'xs:string'