NAME
eBay::API::XML::Call::GetProductSearchResults::GetProductSearchResultsResponseType
DESCRIPTION
GetProductSearchResults performs a product search and collects the results. Result attributes for each product/product family are grouped and identified with a product ID. If more matches are found than the max amount specified per family, only the product family information is returned. In this case, call GetProductFamilyMembers to retrieve more products within the same family.
SYNOPSIS
INHERITANCE
eBay::API::XML::Call::GetProductSearchResults::GetProductSearchResultsResponseType inherits from the eBay::API::XML::ResponseDataType class
Subroutines:
setDataElementSets()
Container for one or more DataElement fields containing supplemental helpful data. A DataElement field is an HTML snippet that specifies hints for the user, help links, help graphics, and other supplemental information that varies per characteristic set. Usage of this information is optional and may require you to inspect the information to determine how it can be applied in an application. Also returned with warnings when no matches are found.
# Argument: reference to an array of 'ns:DataElementSetType'
getDataElementSets()
Returned: Always
# Returns: reference to an array
of 'ns:DataElementSetType'
setProductSearchResult()
Contains the attributes and product details that match the attributes or query keywords passed in the request. Always returned when product search results are found.
SeeLink: URL: http://developer.ebay.com/DevZone/XML/docs/WebHelp/index.htm?context=eBay_XML_API&topic=AttrProductSearch Title: Searching for Pre-filled Item Information
# Argument: reference to an array of 'ns:ProductSearchResultType'
getProductSearchResult()
Returned: Always
# Returns: reference to an array
of 'ns:ProductSearchResultType'