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

Customer Group Endpoints #66

Merged
merged 4 commits into from
May 20, 2021
Merged

Customer Group Endpoints #66

merged 4 commits into from
May 20, 2021

Conversation

ahinkle
Copy link
Member

@ahinkle ahinkle commented May 20, 2021

Adds Customer Group Endpoints:

  • 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.

@ahinkle ahinkle merged commit 234c539 into master May 20, 2021
@ahinkle ahinkle deleted the customer-groups branch May 20, 2021 14:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant