This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
Releases: grayloon/magento-laravel-api
Releases · grayloon/magento-laravel-api
0.17.0
0.16.0
v0.15.1
v0.15.0
What's Changed
- Added support for Laravel 9 by @ramonrietdijk in #82
New Contributors
- @ramonrietdijk made their first contribution in #82
Full Changelog: 0.14.0...0.15.0
v0.14.0
What's Changed
- add store configs endpoint by @jonathanribas in #67
- Added post endpoint for updating an order. by @zkimffm in #73
- fix store call by @ahinkle in #79
New Contributors
- @jonathanribas made their first contribution in #67
- @zkimffm made their first contribution in #73
Full Changelog: 0.13.0...0.14.0
v0.13.0
- 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.