Allow customers to manage their own groups. Customer Managed Groups can have Group Admins and Group members.
npm install @pinelab/vendure-plugin-customer-managed-groups
This plugin allows customers to manage their own groups, called Customer Managed Groups. Customer Managed Groups can have Group Admins and Group members.
Add the plugin to your config:
You can create your own group via the Shop API, if you are logged in as a customer, by inviting another customer by email:
You can also remove participants again, by passing in the customer id that should be removed:
Admins are allowed to fetch orders of all customers in a group. You can do this with the following query:
These are all the GraphQL queries and mutations exposed by this plugin:
Thanks @mschipperheyn for his contributions on this plugin.