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

Commit ff2920e

Browse files
committed
build: 🔖 v0.13.0 release
1 parent 234c539 commit ff2920e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to `grayloon/magento-laravel-api` will be documented in this file
44

5+
# 0.13.0 - May 21, 2021
6+
- Adds Customer Group Endpoints: [#66](https://github.com/grayloon/magento-laravel-api/pull/66)
7+
GET /V1/customerGroups/{id} - Show the customer group by the provided ID.
8+
PUT /V1/customerGroups/{id} - Save the customer group by the provided ID.
9+
DELETE /V1/customerGroups/{id} - Delete customer group by the provided ID.
10+
POST /V1/customerGroups - Save/Create Customer Group.
11+
GET /V1/customerGroups/search - Search the Customer Groups.
12+
GET /V1/customerGroups/default - Get the default customer group.
13+
PUT /V1/customerGroups/default/{id} - Set the default customer group.
14+
GET /V1/customerGroups/{id}/permissions - Determine if customer group can be deleted.
15+
516
# 0.12.0 - May 15, 2021
617
- Configured constructor to allow dynamic configuration of store URL [#65](https://github.com/grayloon/magento-laravel-api/pull/65)
718

0 commit comments

Comments
 (0)