eBay::API::XML::Call::GetProductFamilyMembers::GetProductFamilyMembersResponseType - eBay::API::XML::Call::GetProductFamilyMembers::GetProductFamilyMembersResponseType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

eBay::API::XML::Call::GetProductFamilyMembers::GetProductFamilyMembersResponseType

DESCRIPTION

Top

GetProductFamilyMembers performs a product search and returns results comprising all the children in the product family identified by a product ID that was specified in the request. Use this call when more matches are found than the max amount specified per family in a call to GetProductSearchResults. This call supports batch requests. This means you can retrieve products in multiple families by using a single request. The results are compatible with the results from GetProductSearchResults, so similar application logic can be used to handle both requests and responses.

SYNOPSIS

Top

INHERITANCE

Top

eBay::API::XML::Call::GetProductFamilyMembers::GetProductFamilyMembersResponseType inherits from the eBay::API::XML::ResponseDataType class

Subroutines:

Top

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 characteristics set. Usage of this information is optional and may require developers to inspect the information to determine how it can be applied in an application.

# Argument: reference to an array of 'ns:DataElementSetType'

getDataElementSets()

  Returned: Always
#    Returns: reference to an array  
                      of 'ns:DataElementSetType'

setProductSearchResult()

Contains the attributes and summary product details for all products that match the product ID (or IDs) passed in the request.

SeeLink: URL: http://developer.ebay.com/DevZone/XML/docs/WebHelp/index.htm?context=eBay_XML_API&topic=AttrGPFM Title: Retrieving All Members of a Product Family

# Argument: reference to an array of 'ns:ProductSearchResultType'

getProductSearchResult()

  Returned: Always
#    Returns: reference to an array  
                      of 'ns:ProductSearchResultType'


eBay-API documentation  | view source Contained in the eBay-API distribution.