The product-labels module attaches visual badges to product cards based on rules you configure (newness window, on-sale flag, low-stock threshold) or manual selection. Labels render throughDocumentation Index
Fetch the complete documentation index at: https://86d.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
<ProductCard /> automatically when this module is enabled.
Source: modules/product-labels · npm: @86d-app/product-labels
Installation
Configuration
Admin endpoints
| Method | Path | Description |
|---|---|---|
GET | /admin/product-labels | List configured labels |
POST | /admin/product-labels | Create a label |
PUT | /admin/product-labels/:id | Update |
DELETE | /admin/product-labels/:id | Delete |
Related modules
- Products: the catalog the labels attach to.
- Flash sales: drives time-bound “Sale” labels.

