Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Releases: grayloon/magento-laravel-api

0.17.0

16 Sep 02:18
1503105
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.16.0...0.17.0

0.16.0

15 Sep 04:24
46f3c52
Compare
Choose a tag to compare
  • Adds Customer Update Endpoint (#91)

v0.15.1

25 Feb 17:11
f63910d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.15.0...0.15.1

v0.15.0

15 Feb 14:34
8a1bcc9
Compare
Choose a tag to compare
v0.15.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.14.0...0.15.0

v0.14.0

14 Oct 02:11
8ab4838
Compare
Choose a tag to compare
v0.14.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.13.0...0.14.0

v0.13.0

21 May 14:50
Compare
Choose a tag to compare
v0.13.0 Pre-release
Pre-release
  • Adds Customer Group Endpoints: #66
    GET /V1/customerGroups/{id} - Show the customer group by the provided ID.
    PUT /V1/customerGroups/{id} - Save the customer group by the provided ID.
    DELETE /V1/customerGroups/{id} - Delete customer group by the provided ID.
    POST /V1/customerGroups - Save/Create Customer Group.
    GET /V1/customerGroups/search - Search the Customer Groups.
    GET /V1/customerGroups/default - Get the default customer group.
    PUT /V1/customerGroups/default/{id} - Set the default customer group.
    GET /V1/customerGroups/{id}/permissions - Determine if customer group can be deleted.

v0.12.0

15 May 16:08
56eb803
Compare
Choose a tag to compare
v0.12.0 Pre-release
Pre-release

0.12.0 - May 15, 2021

  • Configured constructor to allow dynamic configuration of store URL #65

v0.11.0

14 May 14:06
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release

0.11.0 - May 14, 2021

  • Add endpoint to show specified customer. #64

v0.10.2

04 May 15:46
Compare
Choose a tag to compare
v0.10.2 Pre-release
Pre-release

0.10.2 - May 4, 2021

  • Add endpoint to assign a specified customer to a specified shopping cart. #62

v0.10.1

21 Apr 19:54
Compare
Choose a tag to compare
v0.10.1 Pre-release
Pre-release

0.10.1 - April 20, 2021

  • Add endpoint to edit products. #58