Clears all lines from the shopper's current cart. Introduced in v.2.21
| Method | ClearCart |
The request body is of type ClearCart.
// Example: // Remove all lines from the currnet shopper's cart MakeAJAXCall("Cart.ClearCart", {}, console.log)
The response body is of type ClearCartResponse.
| Name | Description | Data Type |
|---|---|---|
| ClearCartResult | xml:string |