add_to_wishlist
Add a product to a Webhallen wishlist using its product ID. If the target wishlist doesn't exist, create it with a specified name.
Instructions
Add a product to a Webhallen wishlist. Use search_products first if you need the product ID. Use create_wishlist first if the list doesn't exist yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | If wishlist doesn't exist, create one with this name | |
| productId | Yes | Product ID to add | |
| wishlistId | No | Wishlist ID |