Trading_GetItemRecommendationsRequestType Class Reference
Inherits from | Trading_AbstractRequestType : NSObject |
Declared in | Trading_GetItemRecommendationsRequestType.h Trading_GetItemRecommendationsRequestType.m |
Tasks
-
getRecommendationsRequestContainer
Specifies the data for a single item and configures the recommendation engines to use
property
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.
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