eBay Trading APIVersion 1349
 

GranularityLevelCodeType ( token )

Specifies a predefined subset of fields to return. The predefined set of fields can vary for different calls. Only applicable to certain calls (see request types that include a GranularityLevel property). For calls that support this filter, see the Standard input data section of the Making a Trading API call guide for a list of the output fields that are returned for each level. Only one level can be specified at a time. For GetSellerList, use DetailLevel or GranularityLevel in a given request, but not both. For GetSellerList, if GranularityLevel is specified, DetailLevel is ignored.

Types that use GranularityLevelCodeType:

Calls that use one or more values of GranularityLevelCodeType:

Enumeration Values

Value Description
Coarse For each record in the response, retrieves less data than Medium. See the Standard input data section of the Making a Trading API call guide for a list of the output fields that are returned when this level is specified.
CustomCode (description not yet available)
Fine For each record in the response, retrieves more data than Medium. See the Standard input data section of the Making a Trading API call guide for a list of the output fields that are returned when this level is specified.
Medium For each record in the response, retrieves more data than Coarse and less data than Fine. See the Standard input data section of the Making a Trading API call guide for a list of the output fields that are returned when this level is specified.
  * See the Enumeration Index to see exact use of each enumeration value in the API.