Skip to main content

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.

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: modules/bundles · npm: @86d-app/bundles

Installation

86d module add bundles

Store endpoints

MethodPathDescription
GET/bundlesList active bundles
GET/bundles/:slugGet a bundle with its components

Admin endpoints

MethodPathDescription
GET/admin/bundlesList bundles
POST/admin/bundlesCreate
PUT/admin/bundles/:idUpdate
DELETE/admin/bundles/:idDelete

Components

  • <BundleCard bundle={...} />, <BundleDetail slug={...} />.