eBay SDK for .NET
Attributes & Catalogs > Searching for Pre-filled Item Information > Retrieving All Members of a Product Family 
 



< Back Next >

Retrieving All Members of a Product Family

If a product family is large, only the header is shown on the eBay Web site (with no products). In this case, the user can click a View Versions button to view all products in that family.

Figure 21-5 Viewing Versions

If a search result returned from GetProductSearchResultsCall does not return all products in a family (see Limit the Quantity of Products Returned Per Family), and if the user wants to see more versions (editions) of the product, you can use GetProductFamilyMembersCall to retrieve all versions of the product. That is, if GetProductSearchResultsCallonly returns the product family header, you use this call to zoom in on a particular family of product versions. Once the seller has selected a product from the results, you pass its ID as input to GetProductSellingPagesCall

The GetProductFamilyMembersCall usage, input fields, and return fields are nearly identical to those of GetProductSearchResultsCall. The main differences are that with GetProductFamilyMembersCall:

Once the seller has selected a product, use that product's ID as input to GetProductSellingPagesCall to retrieve the product's Item Specifics and other information (see Retrieving a Product's Item Specifics).


< Back Next >


 
Attributes & Catalogs > Searching for Pre-filled Item Information > Retrieving All Members of a Product Family 
© 2005–2007 eBay Inc. All rights reserved.