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

v0.13.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ahinkle ahinkle released this 21 May 14:50
· 43 commits to master since this 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.