The delivery-slots module exposes scheduled delivery windows at checkout. Each slot has a date, a time range, and a capacity; once capacity fills, the slot becomes unavailable. Useful for grocery, florist, and any local-delivery store. 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/delivery-slots · npm: @86d-app/delivery-slots
Installation
Store endpoints
| Method | Path | Description |
|---|---|---|
GET | /delivery-slots?date= | Available slots for a given date |
POST | /delivery-slots/:id/reserve | Reserve a slot during checkout |
Admin endpoints
| Method | Path | Description |
|---|---|---|
POST | /admin/delivery-slots/templates | Define recurring slot templates |
GET | /admin/delivery-slots | View capacity and reservations |

