The wishlist module lets shoppers save products for later. Wishlists are per customer, optionally shareable via a public link, and can trigger notifications when a wishlisted item drops in price or restocks. Source:Documentation Index
Fetch the complete documentation index at: https://86d.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
modules/wishlist · npm: @86d-app/wishlist
Installation
Configuration
Store endpoints
| Method | Path | Description |
|---|---|---|
GET | /wishlist/me | Get the customer’s wishlist |
POST | /wishlist/me/items | Add an item |
DELETE | /wishlist/me/items/:id | Remove an item |
GET | /wishlist/share/:token | Public read of a shared wishlist |
Components
<WishlistButton productId={id} />: heart toggle on product cards.<WishlistPage />: customer self-service wishlist view.

