Files
medusa-store/packages/medusa-plugin-wishlist
Rares Stefan 4104d9ccb2 fix(medusa-plugin-economic,medusa-plugin-mailchimp,medusa-plugin-restock-notification,medusa-plugin-sendgrid,medusa-plugin-wishlist): Temporarily remove payload validation in some plugins (#3763)
* Temporarily remove payload validation in some plugins

* Add changeset

* chore: Remove commented out code

* Revert discount generator plugin

---------

Co-authored-by: olivermrbl <oliver@mrbltech.com>
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
2023-04-08 21:09:13 +02:00
..
2020-07-20 13:04:29 +02:00
2020-07-20 13:04:29 +02:00
2023-04-04 18:35:27 +02:00
2020-07-20 13:04:29 +02:00
2020-07-20 13:04:29 +02:00
2023-04-04 18:35:27 +02:00

Wishlist

Add wishlist capabilities to your commerce application.

Medusa Website | Medusa Repository

Features

  • Allow customers to manage items in their wishlist.

Prerequisites


How to Install

1. Run the following command in the directory of the Medusa backend:

npm install medusa-plugin-wishlist

2. In medusa-config.js add the following at the end of the plugins array:

const plugins = [
  // ...
  `medusa-plugin-wishlist`
]

Test the Plugin

1. Run the following command in the directory of the Medusa backend to run the backend:

npm run start

2. Retrieve a customer's wishlist using the endpoint /wishlist/:token, where :token is the customer's token.