Trading_CategoryItemSpecificsType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_CategoryItemSpecificsType.h Trading_CategoryItemSpecificsType.m |
Overview
Defines details about recommended names and values for custom Item Specifics.
@ingroup EBayAPIInterface
Tasks
-
categoryID
A leaf-level eBay category ID. This call retrieves recommended
property
Item Specifics (if any) for each leaf category you specify.
(The call returns no results for a parent category.)
To determine which leaf categories support listing with custom Item Specifics, use GetCategoryFeatures.
Note:
This call may return recommendations for categories that don't
support listing with custom Item Specifics. That is, the
presence of recommendations for a category does not necessarily
mean that AddItem supports custom Item Specifics for that
category and site.
The request requires either CategoryID,
CategorySpecfics.CategoryID, or CategorySpecificsFileInfo
(or the call returns an error).
CategoryID and CategorySpecific.CategoryID can both be used
in the same request. (CategorySpecific offers more options
to control the response.)
Some input fields, such as IncludeConfidence, only work when
CategoryID or CategorySpecfics.CategoryID is specified.
You can specify multiple leaf categories, but more categories
can result in longer response times.
If your request times out, specify fewer IDs.
If you specify the same ID twice, we use the first instance. -
itemSpecifics
In the request, use this to retrieve recommended values for a
property
particular name (in the specified category). This could be
an arbitrary name that the seller wants to check, or it could
be a name that was returned in a prior response.
At the time of this writing, this value is case-sensitive.
(Wildcards are not supported.)
In the response, contains a list of Item Specifics (if any)
that eBay recommends as most popular within the specified
category. -
any
(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_CategoryItemSpecificsType.h
categoryID
A leaf-level eBay category ID. This call retrieves recommended
Item Specifics (if any) for each leaf category you specify.
(The call returns no results for a parent category.)
To determine which leaf categories support listing with custom Item Specifics, use GetCategoryFeatures.
Note:
This call may return recommendations for categories that don't
support listing with custom Item Specifics. That is, the
presence of recommendations for a category does not necessarily
mean that AddItem supports custom Item Specifics for that
category and site.
The request requires either CategoryID,
CategorySpecfics.CategoryID, or CategorySpecificsFileInfo
(or the call returns an error).
CategoryID and CategorySpecific.CategoryID can both be used
in the same request. (CategorySpecific offers more options
to control the response.)
Some input fields, such as IncludeConfidence, only work when
CategoryID or CategorySpecfics.CategoryID is specified.
You can specify multiple leaf categories, but more categories
can result in longer response times.
If your request times out, specify fewer IDs.
If you specify the same ID twice, we use the first instance.
@property (nonatomic, retain) NSString *categoryID
Discussion
A leaf-level eBay category ID. This call retrieves recommended
Item Specifics (if any) for each leaf category you specify.
(The call returns no results for a parent category.)
To determine which leaf categories support listing with custom Item Specifics, use GetCategoryFeatures.
Note:
This call may return recommendations for categories that don't
support listing with custom Item Specifics. That is, the
presence of recommendations for a category does not necessarily
mean that AddItem supports custom Item Specifics for that
category and site.
The request requires either CategoryID,
CategorySpecfics.CategoryID, or CategorySpecificsFileInfo
(or the call returns an error).
CategoryID and CategorySpecific.CategoryID can both be used
in the same request. (CategorySpecific offers more options
to control the response.)
Some input fields, such as IncludeConfidence, only work when
CategoryID or CategorySpecfics.CategoryID is specified.
You can specify multiple leaf categories, but more categories
can result in longer response times.
If your request times out, specify fewer IDs.
If you specify the same ID twice, we use the first instance.
type : NSString, wrapper for primitive string
Declared In
Trading_CategoryItemSpecificsType.h
itemSpecifics
In the request, use this to retrieve recommended values for a
particular name (in the specified category). This could be
an arbitrary name that the seller wants to check, or it could
be a name that was returned in a prior response.
At the time of this writing, this value is case-sensitive.
(Wildcards are not supported.)
In the response, contains a list of Item Specifics (if any)
that eBay recommends as most popular within the specified
category.
@property (nonatomic, retain) Trading_NameValueListArrayType *itemSpecifics
Discussion
In the request, use this to retrieve recommended values for a
particular name (in the specified category). This could be
an arbitrary name that the seller wants to check, or it could
be a name that was returned in a prior response.
At the time of this writing, this value is case-sensitive.
(Wildcards are not supported.)
In the response, contains a list of Item Specifics (if any)
that eBay recommends as most popular within the specified
category.
type : class Trading_NameValueListArrayType
Declared In
Trading_CategoryItemSpecificsType.h