eBay::API::XML::Call::GetItemRecommendations::GetItemRecommendationsRequestType - eBay::API::XML::Call::GetItemRecommendations::GetItemRecommendationsRequestType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

eBay::API::XML::Call::GetItemRecommendations::GetItemRecommendationsRequestType

DESCRIPTION

Top

Examines potential item data that a seller has specified and returns recommended changes or opportunities for improvement. The types of recommendations returned for a given item can be configured by choosing one or more recommendation engines in the request. This call supports batch requests. That is, you can retrieve recommendations for multiple items at once.

SYNOPSIS

Top

INHERITANCE

Top

eBay::API::XML::Call::GetItemRecommendations::GetItemRecommendationsRequestType inherits from the eBay::API::XML::RequestDataType class

Subroutines:

Top

setGetRecommendationsRequestContainer()

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.

  RequiredInput: Yes
#    Argument: reference to an array  
                      of 'ns:GetRecommendationsRequestContainerType'

getGetRecommendationsRequestContainer()

# Returns: reference to an array of 'ns:GetRecommendationsRequestContainerType'


eBay-API documentation  | view source Contained in the eBay-API distribution.