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

ItemDetailsRequest.GetItemDetails Method 

Sends an Amazon ECS4 request to retrieve a specific item details. The result is returned as a Matizha.AmazonECSNet.WebServices.Item.

public Item GetItemDetails(
   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.Item

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

ItemDetailsRequest Class | Matizha.AmazonECSNet.CA Namespace