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

Installation

86d module add delivery-slots

Store endpoints

MethodPathDescription
GET/delivery-slots?date=Available slots for a given date
POST/delivery-slots/:id/reserveReserve a slot during checkout

Admin endpoints

MethodPathDescription
POST/admin/delivery-slots/templatesDefine recurring slot templates
GET/admin/delivery-slotsView capacity and reservations