Inherits from Trading_AbstractRequestType : NSObject
Declared in Trading_GetItemRecommendationsRequestType.h
Trading_GetItemRecommendationsRequestType.m

Overview

No longer recommended.

@ingroup EBayAPIInterface

Tasks

  •   getRecommendationsRequestContainer

    Specifies the data for a single item and configures the recommendation engines to use
    when processing the item.
    To retrieve recommendations for multiple items, pass a separate
    GetRecommendationsRequestContainer for each item. In this case,
    pass a user-defined correlation ID for each item to identify the matching response.

    property

Properties

getRecommendationsRequestContainer

Specifies the data for a single item and configures the recommendation engines to use
when processing the item.
To retrieve recommendations for multiple items, pass a separate
GetRecommendationsRequestContainer for each item. In this case,
pass a user-defined correlation ID for each item to identify the matching response.

@property (nonatomic, retain) NSMutableArray *getRecommendationsRequestContainer

Discussion

Specifies the data for a single item and configures the recommendation engines to use
when processing the item.
To retrieve recommendations for multiple items, pass a separate
GetRecommendationsRequestContainer for each item. In this case,
pass a user-defined correlation ID for each item to identify the matching response.

entry type : class Trading_GetRecommendationsRequestContainerType

Declared In

Trading_GetItemRecommendationsRequestType.h