PHPackages                             mediaman/module-wishlist-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. mediaman/module-wishlist-api

AbandonedArchivedMagento2-module[API Development](/categories/api)

mediaman/module-wishlist-api
============================

Magento 2 module that provides an API to interact with the Wishlist module.

1.0.1(9y ago)18559[5 issues](https://github.com/mediamanDE/magento-module-wishlist-api/issues)MITPHPPHP &gt;=7.0

Since Jun 6Pushed 8y agoCompare

[ Source](https://github.com/mediamanDE/magento-module-wishlist-api)[ Packagist](https://packagist.org/packages/mediaman/module-wishlist-api)[ Docs](http://mediaman.de/)[ RSS](/packages/mediaman-module-wishlist-api/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (5)Versions (4)Used By (0)

Wishlist API
============

[](#wishlist-api)

Adds an API to interact with the Magento2 wishlist.

[![Build Status](https://camo.githubusercontent.com/0186b3f367f01c667aac95e30e529484aa557f5fc1113559633b8270f390bd4c/68747470733a2f2f7472617669732d63692e6f72672f6d656469616d616e44452f6d6167656e746f2d6d6f64756c652d776973686c6973742d6170692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mediamanDE/magento-module-wishlist-api)

[![Demo GIF](https://raw.githubusercontent.com/mediamanDE/magento-module-wishlist-api/master/demo.gif)](https://raw.githubusercontent.com/mediamanDE/magento-module-wishlist-api/master/demo.gif)

Getting Started
---------------

[](#getting-started)

Install the module via composer

```
$ composer require "mediaman/module-wishlist-api: 1.*"

```

Enable the module

```
$ ./bin/magento module:enable Mediaman_WishlistApi

```

Upgrade your Magento database schemas

```
$ ./bin/magento setup:upgrade

```

### Usage

[](#usage)

The module adds three new API endpoints that allow you to interact with the Magento 2 wishlist.

If there's no customer session available, the current customer is received through the customer token.

**GET** `/rest/V1/wishlist`

Get the wishlist for the user.

**Example:**

```
$ curl -X GET http://magento.example.com/rest/V1/wishlist --header "Authorization: Bearer pbhercbtk6dd3eatf1pyx8jj45avjluu"

```

**PUT** `/rest/V1/wishlist/:sku`

Add the product to the users wishlist.

**Example:**

```
$ curl -X PUT http://magento.example.com/rest/V1/wishlist/24-MB01 --header "Authorization: Bearer pbhercbtk6dd3eatf1pyx8jj45avjluu"

```

**DELETE** `/rest/V1/wishlist/:itemId`

Remove an item from the users wishlist.

**Example:**

```
$ curl -X DELETE http://magento.example.com/rest/V1/wishlist/1 --header "Authorization: Bearer pbhercbtk6dd3eatf1pyx8jj45avjluu"

```

License
-------

[](#license)

MIT © [mediaman GmbH](mailto:hallo@mediaman.de)

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance14

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~12 days

Total

2

Last Release

3298d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1022006?v=4)[GlobalMediaMan](/maintainers/mediaman)[@MediaMan](https://github.com/MediaMan)

---

Top Contributors

[![R4c00n](https://avatars.githubusercontent.com/u/3935098?v=4)](https://github.com/R4c00n "R4c00n (8 commits)")

---

Tags

composer-packagemagento2magento2-extensionmagento2-moduleapimagentoheadlesscomposer-installerwishlistmagento 2magento 2 modulemediaman

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/mediaman-module-wishlist-api/health.svg)

```
[![Health](https://phpackages.com/badges/mediaman-module-wishlist-api/health.svg)](https://phpackages.com/packages/mediaman-module-wishlist-api)
```

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1121.8M12](/packages/mollie-magento2)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
