The customer-groups module attaches customers to one or more groups (B2B, VIP, employee, beta tester, anything you define). Groups are referenced byDocumentation Index
Fetch the complete documentation index at: https://86d.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
@86d-app/price-lists for segment-specific pricing, by @86d-app/discounts for group-only promo codes, and by your own MDX for group-gated content.
Source: modules/customer-groups · npm: @86d-app/customer-groups
Installation
Admin endpoints
| Method | Path | Description |
|---|---|---|
GET | /admin/customer-groups | List groups |
POST | /admin/customer-groups | Create |
POST | /admin/customer-groups/:id/members | Add customers |
DELETE | /admin/customer-groups/:id/members/:customerId | Remove |

