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

Overview

Contains the keyword data for the requested categories. A category’s data are contained
in a CategoryArrayType object if there is no error (one or more CategoryType objects).
Returns category data as well as related search data.

@ingroup ShoppingInterface

Tasks

  •   popularSearchResult

    Returns most popular search words by category. For each
    category, the CategoryID, CategoryName, CategoryParentID, and CategoryParentName,
    are returned, as well as QueryKeywords, related, and alternate searches.

    property
  •   pageNumber

    Indicates the page of data returned by the current call. For instance,
    for the first set of items can be returned, this field has a value of
    one.

    property
  •   totalPages

    Indicates the total number of pages of data
    that could be returned by repeated requests. Returned with a
    value of 0 if no pages are available.

    property

Properties

pageNumber

Indicates the page of data returned by the current call. For instance,
for the first set of items can be returned, this field has a value of
one.

@property (nonatomic, retain) NSNumber *pageNumber

Discussion

Indicates the page of data returned by the current call. For instance,
for the first set of items can be returned, this field has a value of
one.

type : NSNumber, wrapper for primitive int

Declared In

Shopping_FindPopularSearchesResponseType.h

popularSearchResult

Returns most popular search words by category. For each
category, the CategoryID, CategoryName, CategoryParentID, and CategoryParentName,
are returned, as well as QueryKeywords, related, and alternate searches.

@property (nonatomic, retain) NSMutableArray *popularSearchResult

Discussion

Returns most popular search words by category. For each
category, the CategoryID, CategoryName, CategoryParentID, and CategoryParentName,
are returned, as well as QueryKeywords, related, and alternate searches.

entry type : class Shopping_PopularSearchesType

Declared In

Shopping_FindPopularSearchesResponseType.h

totalPages

Indicates the total number of pages of data
that could be returned by repeated requests. Returned with a
value of 0 if no pages are available.

@property (nonatomic, retain) NSNumber *totalPages

Discussion

Indicates the total number of pages of data
that could be returned by repeated requests. Returned with a
value of 0 if no pages are available.

type : NSNumber, wrapper for primitive int

Declared In

Shopping_FindPopularSearchesResponseType.h