ResponseAttributeSetType

No longer applicable to any categories.

Types that use ResponseAttributeSetType:

Calls that use one or more fields of ResponseAttributeSetType:

Fields

ApproximatePages ( int )
AttributeSetID ( int )
HasMore ( boolean )
ProductFamilies ( ProductFamilyType )
ProductFinderConstraints ( ProductFinderConstraintType )
TooManyMatchesFound ( boolean )
TotalProducts ( int )

ApproximatePages ( int ) [1]
As calculating the potentially large number of pages can affect this call's performance, and since the actual number of products returned per page can vary in each response, we cannot provide a precise total page count. Therefore, this is an estimated page count based on TotalProducts and other factors, such as the number of records eBay's search engine has examined so far in the product database. Once PageNumber approaches or exceeds this page count, we examine more records in the database and we may recalculate this value. If you estimate the number of pages yourself by using TotalProducts, EntriesPerPage, and MaxChildrenPerFamily (which is also an approximate value), your result will not necessarily match ApproximatePages.
See the Field Index to learn which calls use ApproximatePages.

AttributeSetID ( int ) [1]
Numeric value that identifies the attribute set in a language-independent way. Unique across all eBay sites. Corresponds to a characteristic set associated with the current set of search results. Always returned when AttributeSet is returned.
See the Field Index to learn which calls use AttributeSetID.

HasMore ( boolean ) [1]
If true, the query results contain additional pages (higher than the current page number). You can retrieve more results by incrementing the PageNumber value that was passed in the request.
See the Field Index to learn which calls use HasMore.

ProductFamilies ( ProductFamilyType ) [1..*]
ProductFamilies represents one product family. Multiple ProductFamilies properties can be returned. A product family identifies a group of related products. For example, the movie "My Favorite Movie: The Sequel" might be released on DVD, but there might be several editions of the DVD (e.g., in different languages) with different ISBN numbers. All variations are part of the same product family ("My Favorite Movie: The Sequel" in the DVD format). See "Limit the Quantity of Products Returned Per Family" in the eBay Web Services Guide. Always returned when AttributeSet is returned.
See the Field Index to learn which calls use ProductFamilies.

ProductFinderConstraints ( ProductFinderConstraintType ) [0..*]
A list of attributes (constraints) that were specified in the search request. This information is useful when multiple queries were specified in a GetProductSearchResults request. Use this information to map each query to each result in the response object. Applicable when the search request was constructed based on a product finder.
See the Field Index to learn which calls use ProductFinderConstraints.

TooManyMatchesFound ( boolean ) [1]
If too many search results match the query, the TooManyMatchesFound tag is returned with a value of true, and a warning is returned. If this occurs, it may be a good idea to ask the user to specify more details to narrow the search (e.g., specify "My Favorite Movie" instead of "My"). Always returns false for GetProductFamilyMembers.
See the Field Index to learn which calls use TooManyMatchesFound.

TotalProducts ( int ) [1]
The total quantity of products that match the query (within the characteristic set). This can exceed the actual number of products returned in the current virtual page. Always returned when AttributeSet is returned.
See the Field Index to learn which calls use TotalProducts.

Copyright © 2005–2013 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developer Network and API License Agreement.