Inherits from Shopping_AbstractRequestType : NSObject
Declared in Shopping_GetCategoryInfoRequestType.h
Shopping_GetCategoryInfoRequestType.m

Overview

This call will give you the ability to retrieve high level
Category information, relevant for a buy-side application.

@ingroup ShoppingInterface

Tasks

  •   categoryID

    Use an ID of -1 to retrieve the root category and the top-level (level
    1) meta categories. You can determine other CategoryIDs from the
    response from this call, or from a specific item (retrieved from
    another call like GetSingleItem), or from the eBay
    website.

    property
  •   includeSelector

    Defines standard subsets of fields to return within the
    response. If you don’t specify this field, the call returns
    a default set of fields. If you specify this field, the
    additional fields (child categories) you retrieve can affect
    the call’s response time (decrease performance).
    Applicable values:

    •   ChildCategories

    Include the first level of child categories for the specified parent.

    property

Properties

categoryID

Use an ID of -1 to retrieve the root category and the top-level (level
1) meta categories. You can determine other CategoryIDs from the
response from this call, or from a specific item (retrieved from
another call like GetSingleItem), or from the eBay
website.

@property (nonatomic, retain) NSString *categoryID

Discussion

Use an ID of -1 to retrieve the root category and the top-level (level
1) meta categories. You can determine other CategoryIDs from the
response from this call, or from a specific item (retrieved from
another call like GetSingleItem), or from the eBay
website.

type : NSString, wrapper for primitive string

Declared In

Shopping_GetCategoryInfoRequestType.h

includeSelector

Defines standard subsets of fields to return within the
response. If you don’t specify this field, the call returns
a default set of fields. If you specify this field, the
additional fields (child categories) you retrieve can affect
the call’s response time (decrease performance).
Applicable values:

•   ChildCategories

Include the first level of child categories for the specified parent.

@property (nonatomic, retain) NSString *includeSelector

Discussion

Defines standard subsets of fields to return within the
response. If you don’t specify this field, the call returns
a default set of fields. If you specify this field, the
additional fields (child categories) you retrieve can affect
the call’s response time (decrease performance).
Applicable values:

•   ChildCategories

Include the first level of child categories for the specified parent.

type : NSString, wrapper for primitive string

Declared In

Shopping_GetCategoryInfoRequestType.h