GetCategorySpecificsRequestType
Fields
CategoryID ( string ) [0..*]
A leaf category to retrieve recommended Item Specifics for. (This call returns no results for a parent category.) To determine which leaf categories support custom Item Specifics, use GetCategoryFeatures and GetCategories. You can specify multiple leaf categories (but more categories can result in longer response times). If you specify the same ID twice, we use the first instance.
See the Field Index to learn which calls use CategoryID.

LastUpdateTime ( dateTime ) [0..1]
Causes the recommendation engine to check whether the list of popular Item Specifics for each specified category has changed since this date and time. If specified, this call returns no Item Specifics; it only returns whether the data has changed for any of the requested categories.

Typically, you pass in the Timestamp that was returned the last time you refreshed the list of names and values for the same categories. If the Updated flag returns true for any categories in the response, call GetCategorySpecifics again for those categories to get the latest names and values. (As downloading all the data may affect your application's performance, it may help to only download Item Specifics for a category if they have changed since you last checked.)
See the Field Index to learn which calls use LastUpdateTime.

MaxNames ( int ) [0..1]
Maximum number of Item Specifics to return per category (where each Item Specific is identified by a unique name within the category). Use this to retrieve fewer results per category. For example, if you only want up to 2 per category (the top 2 most popular names), specify 2.
See the Field Index to learn which calls use MaxNames.

MaxValuesPerName ( int ) [0..1]
Maximum number of values to retrieve per Item Specific. Use this to retrieve fewer values per name. For example, if you only want the most popular value, specify 1.
See the Field Index to learn which calls use MaxValuesPerName.

Name ( string ) [0..1]
The name of one Item Specific name to find values for. Use this if you want to find out whether a name that the seller provided has recommended values. If you specify multiple leaf categories in the request, the recommendation engine returns all matching names and values it finds for each of those categories. At the time of this writing, this value is case-sensitive. (Wildcards are not supported.)
See the Field Index to learn which calls use Name.

This document was generated with a customized version of the apireferencedocs tool [0.5M zip].

© 2005–2008 eBay, Inc. All rights reserved.