AmazonECS.Net, A .Net Library for the Amazon E-Commerce Service

SimilarItemsRequest.GetSimilarItems Method 

Sends an Amazon ECS4 request to retrieve the similar items to an Amazon item. The result is returned as a Matizha.AmazonECSNet.WebServices.Items.

public Items GetSimilarItems(
   String ASIN,
   Boolean useCache
);

Parameters

String
An item id (ASIN)
Boolean
Specify if System.Web.HttpContext.Current.Cache should be used

Return Value

A Matizha.AmazonECSNet.WebServices.Items containing the similar items.

Remarks

If useCache is true, the result to the request is cached for 24 hours or loaded from cache if the response is already in cache.

See Also

SimilarItemsRequest Class | Matizha.AmazonECSNet.US Namespace