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

  •   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
  •   categoryVersion

    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

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 *categoryMapping

Discussion

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.h

categoryVersion

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 *categoryVersion

Discussion

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