Shopping

clear.json

Clears the contents of your shopping cart. Alternativly you can remove items indavidual with update.json

method: GET

secured: true

url: /v1/shopping/clear.json

If sucessfull you will see a response like this:

{
    "success": true,
    "error": null
}