The preorders module marks selected products as available for preorder during a configurable window. Customers can purchase before inventory exists; the module flags each preorder line item, captures payment if you choose, and tracks expected ship date. 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/preorders · npm: @86d-app/preorders
Installation
Configuration
Admin endpoints
| Method | Path | Description |
|---|---|---|
GET | /admin/preorders | Active preorder campaigns |
POST | /admin/preorders | Create a campaign |
POST | /admin/preorders/:id/release | Convert preorders to fulfillable orders |
Components
<PreorderBadge productId={id} />,<PreorderCTA productId={id} />.
Related modules
- Backorders: for already-launched products that ran out of stock.
- Inventory.

