Trading_GetCategory2CSResponseType Class Reference
Inherits from | Trading_AbstractResponseType : NSObject |
Declared in | Trading_GetCategory2CSResponseType.h Trading_GetCategory2CSResponseType.m |
Tasks
-
mappedCategoryArray
Contains data about categories that are mapped to characteristics sets.
property
Use this data to determine:
- The names and IDs of the characteristics sets
- The availability of the Pre-filled Item Information feature for listings in that category
(i.e., whether the category is catalog-enabled)
- For catalog-enabled categories, the available product search methods
- The current version information for the complete mapping
- The version information for each characteristics set -
unmappedCategoryArray
Contains data about categories (if any) whose characteristics set mappings have changed
property
since the version specified in the request. When a characteristics set mapping
changes, the data appears in both the UnmappedCategoryArray object
(to indicate that the change occurred) and the MappedCategoryArray object. -
attributeSystemVersion
Current version of the mappings for the site.
property
This value changes each time changes are made to the mappings.
The current version value is not necessarily greater than the previous
value. Therefore, when comparing versions, only compare whether the
value has changed. -
siteWideCharacteristicSets
A list of one or more characteristics sets mapped to the category, if any. Use this
property
information when working with Item Specifics (Attributes) and Pre-filled Item
Information (Catalogs) functionality.
Properties
attributeSystemVersion
Current version of the mappings for the site.
This value changes each time changes are made to the mappings.
The current version value is not necessarily greater than the previous
value. Therefore, when comparing versions, only compare whether the
value has changed.
@property (nonatomic, retain) NSString *attributeSystemVersion
Discussion
Current version of the mappings for the site.
This value changes each time changes are made to the mappings.
The current version value is not necessarily greater than the previous
value. Therefore, when comparing versions, only compare whether the
value has changed.
type : NSString, wrapper for primitive string
Declared In
Trading_GetCategory2CSResponseType.h
mappedCategoryArray
Contains data about categories that are mapped to characteristics sets.
Use this data to determine:
- The names and IDs of the characteristics sets
- The availability of the Pre-filled Item Information feature for listings in that category
(i.e., whether the category is catalog-enabled)
- For catalog-enabled categories, the available product search methods
- The current version information for the complete mapping
- The version information for each characteristics set
@property (nonatomic, retain) Trading_CategoryArrayType *mappedCategoryArray
Discussion
Contains data about categories that are mapped to characteristics sets.
Use this data to determine:
- The names and IDs of the characteristics sets
- The availability of the Pre-filled Item Information feature for listings in that category
(i.e., whether the category is catalog-enabled)
- For catalog-enabled categories, the available product search methods
- The current version information for the complete mapping
- The version information for each characteristics set
type : class Trading_CategoryArrayType
Declared In
Trading_GetCategory2CSResponseType.h
siteWideCharacteristicSets
A list of one or more characteristics sets mapped to the category, if any. Use this
information when working with Item Specifics (Attributes) and Pre-filled Item
Information (Catalogs) functionality.
@property (nonatomic, retain) NSMutableArray *siteWideCharacteristicSets
Discussion
A list of one or more characteristics sets mapped to the category, if any. Use this
information when working with Item Specifics (Attributes) and Pre-filled Item
Information (Catalogs) functionality.
entry type : class Trading_SiteWideCharacteristicsType
Declared In
Trading_GetCategory2CSResponseType.h
unmappedCategoryArray
Contains data about categories (if any) whose characteristics set mappings have changed
since the version specified in the request. When a characteristics set mapping
changes, the data appears in both the UnmappedCategoryArray object
(to indicate that the change occurred) and the MappedCategoryArray object.
@property (nonatomic, retain) Trading_CategoryArrayType *unmappedCategoryArray
Discussion
Contains data about categories (if any) whose characteristics set mappings have changed
since the version specified in the request. When a characteristics set mapping
changes, the data appears in both the UnmappedCategoryArray object
(to indicate that the change occurred) and the MappedCategoryArray object.
type : class Trading_CategoryArrayType
Declared In
Trading_GetCategory2CSResponseType.h