Inherits from Trading_AbstractRequestType : NSObject
Declared in Trading_GetCategory2CSRequestType.h
Trading_GetCategory2CSRequestType.m

Overview

This type is deprecated as the call is no longer available.

@ingroup EBayAPIInterface

Tasks

  •   categoryID

    ID of a category for which to retrieve mappings.
    If not specified, the call
    retrieves a map for all categories.

    property
  •   attributeSystemVersion

    A version of the mappings for the site.
    Typically, an application passes the version value that was returned the last
    time the application executed this call.
    Filter that causes the call to return only the categories
    for which the mappings have changed since the specified version.
    If not specified, all category-to-characteristics set mappings are returned.
    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

Properties

attributeSystemVersion

A version of the mappings for the site.
Typically, an application passes the version value that was returned the last
time the application executed this call.
Filter that causes the call to return only the categories
for which the mappings have changed since the specified version.
If not specified, all category-to-characteristics set mappings are returned.
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

A version of the mappings for the site.
Typically, an application passes the version value that was returned the last
time the application executed this call.
Filter that causes the call to return only the categories
for which the mappings have changed since the specified version.
If not specified, all category-to-characteristics set mappings are returned.
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_GetCategory2CSRequestType.h

categoryID

ID of a category for which to retrieve mappings.
If not specified, the call
retrieves a map for all categories.

@property (nonatomic, retain) NSString *categoryID

Discussion

ID of a category for which to retrieve mappings.
If not specified, the call
retrieves a map for all categories.

type : NSString, wrapper for primitive string

Declared In

Trading_GetCategory2CSRequestType.h