Trading_GetCategory2CSResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_GetCategory2CSResponseType.h Trading_GetCategory2CSResponseType.m |
Tasks
-
mappedCategoryArrayContains 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 -
unmappedCategoryArrayContains 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. -
attributeSystemVersionCurrent 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. -
siteWideCharacteristicSetsA 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 *attributeSystemVersionDiscussion
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.hmappedCategoryArray
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 *mappedCategoryArrayDiscussion
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.hsiteWideCharacteristicSets
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 *siteWideCharacteristicSetsDiscussion
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.hunmappedCategoryArray
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 *unmappedCategoryArrayDiscussion
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