Built by

Medusa

Category

Other

Version

1.1.43

Last updated

Apr 12, 2023, 09:40:37 AMa year ago

Wishlist

Add wishlist capabilities to your commerce application.

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
Copy to clipboard
medusa-config.js
add the following at the end of the
Copy to clipboard
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
Copy to clipboard
/wishlist/:token
, where
Copy to clipboard
:token
is the customer's token.

Build your own plugins

Develop your own plugins with our API to speed up your processes.

Make your plugin available via npm for it to be shared in our Plugin Library with the broader Medusa community.