Trading_GetCategoryMappingsResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_GetCategoryMappingsResponseType.h Trading_GetCategoryMappingsResponseType.m |
Overview
Returns a map of old category IDs and corresponding active category IDs defined
for the site to which the request was sent. Typically used to update an older item
definition with a new category ID prior to listing the item.
@ingroup EBayAPIInterface
Tasks
-
categoryMappingMapping between an old category ID and an active category ID. Returned when
property
category mappings exist and the value of CategoryVersion is different from
the current version on the site. -
categoryVersionVersion value assigned to the current category mapping data for the site.
property
Compare this value to the version value the application stored with the mappings
the last time the application executed the call. If the versions are the same,
the data has not changed since the last time the data was retrieved and stored.
Properties
categoryMapping
Mapping between an old category ID and an active category ID. Returned when
category mappings exist and the value of CategoryVersion is different from
the current version on the site.
@property (nonatomic, retain) NSMutableArray *categoryMappingDiscussion
Mapping between an old category ID and an active category ID. Returned when
category mappings exist and the value of CategoryVersion is different from
the current version on the site.
entry type : class Trading_CategoryMappingType
Declared In
Trading_GetCategoryMappingsResponseType.hcategoryVersion
Version value assigned to the current category mapping data for the site.
Compare this value to the version value the application stored with the mappings
the last time the application executed the call. If the versions are the same,
the data has not changed since the last time the data was retrieved and stored.
@property (nonatomic, retain) NSString *categoryVersionDiscussion
Version value assigned to the current category mapping data for the site.
Compare this value to the version value the application stored with the mappings
the last time the application executed the call. If the versions are the same,
the data has not changed since the last time the data was retrieved and stored.
type : NSString, wrapper for primitive string
Declared In
Trading_GetCategoryMappingsResponseType.h