`CartJS.clearAttributes(options = {})`

Clear all cart attributes.
Does not clear cart line items or the cart note.

```js
// Clear all attributes from the cart.
CartJS.clearAttributes();
```

See [addItem](#core-api-add-item) for details on the `options` hash.
