Relations Overview
| Relationship | Type | Description |
|---|---|---|
| Wishlist → Product (Product Module) | Read-only - has one | A wishlist item references a product |
Data Models
Wishlist
This documentation provides a reference to the Wishlist data model. It belongs to the Wishlist Module.| Field | Type | Description |
|---|---|---|
id | PrimaryKeyModifier<IdProperty> | The ID of the wishlist. |
reference | EnumProperty<["product"]> | The type of the wishlist reference. Currently only supports product. |