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

Overview

GetItemRecommendations returns recommended changes or opportunities for improvement
related to listing data that was passed in the request.
This call supports batch requests. That is, it can retrieve recommendations for multiple
items at once.

@ingroup EBayAPIInterface

Tasks

  •   getRecommendationsResponseContainer

    Specifies recommended changes or opportunities for improving the data of a single item.
    If multiple items were processed, a separate GetRecommendationsResponseContainer
    is returned for each item. Each container includes a user-defined correlation ID
    to help you match items in the request to recommendations in the response.

    property

Properties

getRecommendationsResponseContainer

Specifies recommended changes or opportunities for improving the data of a single item.
If multiple items were processed, a separate GetRecommendationsResponseContainer
is returned for each item. Each container includes a user-defined correlation ID
to help you match items in the request to recommendations in the response.

@property (nonatomic, retain) NSMutableArray *getRecommendationsResponseContainer

Discussion

Specifies recommended changes or opportunities for improving the data of a single item.
If multiple items were processed, a separate GetRecommendationsResponseContainer
is returned for each item. Each container includes a user-defined correlation ID
to help you match items in the request to recommendations in the response.

entry type : class Trading_GetRecommendationsResponseContainerType

Declared In

Trading_GetItemRecommendationsResponseType.h