The flash-sales module configures sale events that auto-activate and auto-expire. Each event applies a discount across selected products or collections, surfaces a countdown timer on the storefront, and emitsDocumentation Index
Fetch the complete documentation index at: https://86d.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
flash-sale.started and flash-sale.ended events for downstream automation.
Source: modules/flash-sales · npm: @86d-app/flash-sales
Installation
Admin endpoints
| Method | Path | Description |
|---|---|---|
GET | /admin/flash-sales | List events |
POST | /admin/flash-sales | Create an event |
PUT | /admin/flash-sales/:id | Update |
POST | /admin/flash-sales/:id/end | Force-end early |
Components
<FlashSaleBanner />,<FlashSaleCountdown saleId={id} />.

