2017 © Pedro Peláez
 

magento2-module module-wishlist-api

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

image

mediaman/module-wishlist-api

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

  • Monday, June 19, 2017
  • by mediaman
  • Repository
  • 6 Watchers
  • 9 Stars
  • 43 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 3 Open issues
  • 5 Versions
  • 8 % Grown

The README.md

Wishlist API

Adds an API to interact with the Magento2 wishlist., (*1)

Build Status, (*2)

Demo GIF, (*3)

Getting Started

Install the module via composer, (*4)

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

Enable the module, (*5)

$ ./bin/magento module:enable Mediaman_WishlistApi

Upgrade your Magento database schemas, (*6)

$ ./bin/magento setup:upgrade

Usage

The module adds three new API endpoints that allow you to interact with the Magento 2 wishlist., (*7)

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

GET /rest/V1/wishlist, (*9)

Get the wishlist for the user., (*10)

Example:, (*11)

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

PUT /rest/V1/wishlist/:sku, (*12)

Add the product to the users wishlist., (*13)

Example:, (*14)

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

DELETE /rest/V1/wishlist/:itemId, (*15)

Remove an item from the users wishlist., (*16)

Example:, (*17)

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

License

MIT © mediaman GmbH, (*18)

The Versions

19/06 2017

dev-master

9999999-dev http://mediaman.de/

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

  Sources   Download

MIT

The Requires

  • magento/framework 100.*
  • magento/module-integration 100.*
  • php >=7.0

 

The Development Requires

by mediaman GmbH

api composer-installer magento headless magento 2 wishlist magento 2 module mediaman

19/06 2017

1.0.1

1.0.1.0 http://mediaman.de/

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

  Sources   Download

MIT

The Requires

  • magento/framework 100.*
  • magento/module-integration 100.*
  • php >=7.0

 

The Development Requires

by mediaman GmbH

api composer-installer magento headless magento 2 wishlist magento 2 module mediaman

17/06 2017

dev-bugfix/fix-non-existing-wishlist

dev-bugfix/fix-non-existing-wishlist http://mediaman.de/

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

  Sources   Download

MIT

The Requires

  • magento/framework 100.*
  • magento/module-integration 100.*
  • php >=7.0

 

The Development Requires

by mediaman GmbH

api composer-installer magento headless magento 2 wishlist magento 2 module mediaman

17/06 2017

dev-improve/add-api-tests

dev-improve/add-api-tests http://mediaman.de/

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

  Sources   Download

MIT

The Requires

  • magento/framework 100.*
  • magento/module-integration 100.*
  • php >=7.0

 

The Development Requires

by mediaman GmbH

api composer-installer magento headless magento 2 wishlist magento 2 module mediaman

06/06 2017

1.0.0

1.0.0.0 http://mediaman.de/

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

  Sources   Download

MIT

The Requires

  • magento/framework 100.*
  • magento/module-integration 100.*
  • php >=7.0

 

The Development Requires

by mediaman GmbH

api composer-installer magento headless magento 2 wishlist magento 2 module mediaman