The referrals module gives every customer a unique referral code. When a new customer places their first order using that code, both parties receive a reward: a discount, store credit, or loyalty points (configurable per program). Source:Documentation Index
Fetch the complete documentation index at: https://86d.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
modules/referrals · npm: @86d-app/referrals
Installation
Configuration
Store endpoints
| Method | Path | Description |
|---|---|---|
GET | /referrals/me | Get the customer’s code and stats |
POST | /referrals/redeem | Apply a referral code at signup or checkout |
Components
<ReferralDashboard />,<ReferralBadge />.
Related modules
- Affiliates for partner programs (vs. customer-to-customer).
- Store credits, Loyalty, Discounts.

