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

CartRequest.GetCart Method 

Sends an Amazon ECS4 request to retrieve the content of an existing cart. The result is returned as a Matizha.AmazonECSNet.WebServices.CartItem array.

public CartItem[] GetCart();

Return Value

A Matizha.AmazonECSNet.WebServices.CartItem array containing the shopping cart items.

Remarks

Valid Cart Id and HMAC are required

See Also

CartRequest Class | Matizha.AmazonECSNet.CA Namespace