This repository was archived by the owner on Jan 23, 2023. It is now read-only.
  
  
  
  
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.