Trading_CharacteristicsSetType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_CharacteristicsSetType.h Trading_CharacteristicsSetType.m |
Overview
This type is deprecated as the GetProduct* calls are no longer available.
@ingroup EBayAPIInterface
Tasks
-
name
The well-known name of the characteristic set (e.g., “Tickets” or “Books”).
property -
attributeSetID
Numeric value that identifies the characteristic set in a language-independent
property
way. Identifies the characteristic set that is mapped to a catalog-enabled
category associated with the product. Unique across all eBay sites. -
attributeSetVersion
Version of the characteristics set. Not to be confused with
property
AttributeSystemVersion, which can be used to retrieve changes to attribute
meta-data. In item-listing requests, if you specify the version of the
attribute set that you have stored locally, eBay will compare it to the
current version on the site and return a warning if the versions do not match.
If an error occurs due to invalid attribute data, this warning can be useful
to help determine if you might be sending outdated data. The current value of
version is not necessarily “greater than” the previous value. -
characteristics
A salient aspect or feature of an item. Used to describe an item in a standard
property
way so that buyers can find it more easily. An individual, standardized
characteristic that is common to all items within the specified characteristic
set. In the context of GetProductSearchPage, each characteristic identifies a
single searchable attribute. A searchable attribute is a product aspect or
feature that can be used as a criterion in a search for catalog content. For
example, “Title” might be a criterion for searching the book catalog for Pre-
filled Item Information related to books. See the eBay Web Services guide for
more information. -
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_CharacteristicsSetType.h
attributeSetID
Numeric value that identifies the characteristic set in a language-independent
way. Identifies the characteristic set that is mapped to a catalog-enabled
category associated with the product. Unique across all eBay sites.
@property (nonatomic, retain) NSNumber *attributeSetID
Discussion
Numeric value that identifies the characteristic set in a language-independent
way. Identifies the characteristic set that is mapped to a catalog-enabled
category associated with the product. Unique across all eBay sites.
type : NSNumber, wrapper for primitive int
Declared In
Trading_CharacteristicsSetType.h
attributeSetVersion
Version of the characteristics set. Not to be confused with
AttributeSystemVersion, which can be used to retrieve changes to attribute
meta-data. In item-listing requests, if you specify the version of the
attribute set that you have stored locally, eBay will compare it to the
current version on the site and return a warning if the versions do not match.
If an error occurs due to invalid attribute data, this warning can be useful
to help determine if you might be sending outdated data. The current value of
version is not necessarily “greater than” the previous value.
@property (nonatomic, retain) NSString *attributeSetVersion
Discussion
Version of the characteristics set. Not to be confused with
AttributeSystemVersion, which can be used to retrieve changes to attribute
meta-data. In item-listing requests, if you specify the version of the
attribute set that you have stored locally, eBay will compare it to the
current version on the site and return a warning if the versions do not match.
If an error occurs due to invalid attribute data, this warning can be useful
to help determine if you might be sending outdated data. The current value of
version is not necessarily “greater than” the previous value.
type : NSString, wrapper for primitive string
Declared In
Trading_CharacteristicsSetType.h
characteristics
A salient aspect or feature of an item. Used to describe an item in a standard
way so that buyers can find it more easily. An individual, standardized
characteristic that is common to all items within the specified characteristic
set. In the context of GetProductSearchPage, each characteristic identifies a
single searchable attribute. A searchable attribute is a product aspect or
feature that can be used as a criterion in a search for catalog content. For
example, “Title” might be a criterion for searching the book catalog for Pre-
filled Item Information related to books. See the eBay Web Services guide for
more information.
@property (nonatomic, retain) NSMutableArray *characteristics
Discussion
A salient aspect or feature of an item. Used to describe an item in a standard
way so that buyers can find it more easily. An individual, standardized
characteristic that is common to all items within the specified characteristic
set. In the context of GetProductSearchPage, each characteristic identifies a
single searchable attribute. A searchable attribute is a product aspect or
feature that can be used as a criterion in a search for catalog content. For
example, “Title” might be a criterion for searching the book catalog for Pre-
filled Item Information related to books. See the eBay Web Services guide for
more information.
entry type : class Trading_CharacteristicType
Declared In
Trading_CharacteristicsSetType.h
name
The well-known name of the characteristic set (e.g., “Tickets” or “Books”).
@property (nonatomic, retain) NSString *name
Discussion
The well-known name of the characteristic set (e.g., “Tickets” or “Books”).
type : NSString, wrapper for primitive string
Declared In
Trading_CharacteristicsSetType.h