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

CartRequest.ClearCart Method 

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

public CartItem[] ClearCart();

Return Value

A Matizha.AmazonECSNet.WebServices.CartItem array

Remarks

Valid Cart Id and HMAC are required. If the request succeeds, the return value will be null.

See Also

CartRequest Class | Matizha.AmazonECSNet.DE Namespace