Bookmarks Module
The bookmarks module allows users to save products for later reference, implementing wishlist functionality.
Configuration Options
The bookmarks module has no configuration options.
Events
| Event | Payload | Description |
|---|---|---|
BOOKMARK_CREATE | { bookmarkId } | Emitted when a bookmark is created |
BOOKMARK_UPDATE | { bookmarkId } | Emitted when a bookmark is updated |
BOOKMARK_REMOVE | { bookmarkId } | Emitted when a bookmark is removed |
More Information
For API usage and detailed documentation, see the core-bookmarks package on GitHub.