Inherits from Shopping_AbstractResponseType : NSObject
Declared in Shopping_GetCategoryInfoResponseType.h
Shopping_GetCategoryInfoResponseType.m

Overview

Contains the category data for the eBay site specified as input. The category
data is returned as a CategoryArrayType object, that contains zero, one, or
multiple CategoryType objects. Each CategoryType object contains the detail data
for one category. Other fields indicate how many categories are returned in a call, when the category hierarchy was last updated, and the version of the category hierarchy (all three of which can differ from one eBay site to the next).

@ingroup ShoppingInterface

Tasks

  •   categoryArray

    List of the returned categories. The category array contains one CategoryType
    object for each returned category. Returns empty if no detail level is specified.

    property
  •   categoryCount

    Indicates the number of categories returned (i.e., the number of CategoryType
    objects in CategoryArray).

    property
  •   updateTime

    Indicates the last date and time that eBay modified the category hierarchy for the
    specified eBay site.

    property
  •   categoryVersion

    Indicates the version of the category hierarchy on the
    specified eBay site.

    property

Properties

categoryArray

List of the returned categories. The category array contains one CategoryType
object for each returned category. Returns empty if no detail level is specified.

@property (nonatomic, retain) Shopping_CategoryArrayType *categoryArray

Discussion

List of the returned categories. The category array contains one CategoryType
object for each returned category. Returns empty if no detail level is specified.

type : class Shopping_CategoryArrayType

Declared In

Shopping_GetCategoryInfoResponseType.h

categoryCount

Indicates the number of categories returned (i.e., the number of CategoryType
objects in CategoryArray).

@property (nonatomic, retain) NSNumber *categoryCount

Discussion

Indicates the number of categories returned (i.e., the number of CategoryType
objects in CategoryArray).

type : NSNumber, wrapper for primitive int

Declared In

Shopping_GetCategoryInfoResponseType.h

categoryVersion

Indicates the version of the category hierarchy on the
specified eBay site.

@property (nonatomic, retain) NSString *categoryVersion

Discussion

Indicates the version of the category hierarchy on the
specified eBay site.

type : NSString, wrapper for primitive string

Declared In

Shopping_GetCategoryInfoResponseType.h

updateTime

Indicates the last date and time that eBay modified the category hierarchy for the
specified eBay site.

@property (nonatomic, retain) NSDate *updateTime

Discussion

Indicates the last date and time that eBay modified the category hierarchy for the
specified eBay site.

type : NSDate, wrapper for primitive date

Declared In

Shopping_GetCategoryInfoResponseType.h