Inherits from Trading_AbstractResponseType : NSObject
Declared in Trading_GetProductSearchPageResponseType.h
Trading_GetProductSearchPageResponseType.m

Overview

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

@ingroup EBayAPIInterface

Tasks

  •   attributeSystemVersion

    Current version of the product search page data for the site.
    This value changes each time changes are made to the search page data.
    The current version value is not necessarily greater than the previous
    value. Therefore, when comparing versions, only compare whether the
    value has changed.

    property
  •   productSearchPage

    A list of catalog search criteria and sort keys associated with a catalog-enabled category,
    plus supplemental information to help the seller understand how to make selections.

    property

Properties

attributeSystemVersion

Current version of the product search page data for the site.
This value changes each time changes are made to the search page data.
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

Current version of the product search page data for the site.
This value changes each time changes are made to the search page data.
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_GetProductSearchPageResponseType.h

productSearchPage

A list of catalog search criteria and sort keys associated with a catalog-enabled category,
plus supplemental information to help the seller understand how to make selections.

@property (nonatomic, retain) NSMutableArray *productSearchPage

Discussion

A list of catalog search criteria and sort keys associated with a catalog-enabled category,
plus supplemental information to help the seller understand how to make selections.

entry type : class Trading_ProductSearchPageType

Declared In

Trading_GetProductSearchPageResponseType.h