Dev: Overview
Persistent Cart provides a JavaScript API and event system that allows you to interact with the saved cart of logged-in customers.
When a customer signs in, their cart is stored and synchronised across sessions and devices. The API enables you to:
- Retrieve the saved cart
- Update cart items
- Clear the saved cart
- Listen for cart synchronisation events
⚠️ Persistent Cart works only for authenticated (logged-in) customers.