The bundles module groups multiple products into a single SKU sold at a discount. Pricing can be fixed or a percentage off the component sum. Inventory deducts from each component; bundle availability reflects the lowest-available component. 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/bundles · npm: @86d-app/bundles
Installation
Store endpoints
| Method | Path | Description |
|---|---|---|
GET | /bundles | List active bundles |
GET | /bundles/:slug | Get a bundle with its components |
Admin endpoints
| Method | Path | Description |
|---|---|---|
GET | /admin/bundles | List bundles |
POST | /admin/bundles | Create |
PUT | /admin/bundles/:id | Update |
DELETE | /admin/bundles/:id | Delete |
Components
<BundleCard bundle={...} />,<BundleDetail slug={...} />.

