The store-pickup module enables BOPIS (buy online, pick up in store). Locations are defined byDocumentation Index
Fetch the complete documentation index at: https://86d.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
@86d-app/store-locator; this module wires those locations into the checkout flow as a fulfillment option and exposes a per-location pickup queue in the admin.
Source: modules/store-pickup · npm: @86d-app/store-pickup
Installation
Store endpoints
| Method | Path | Description |
|---|---|---|
GET | /store-pickup/locations?postalCode= | Pickup-eligible locations for a postal code |
POST | /store-pickup/orders/:id/ready | Notify the customer their order is ready |
Admin endpoints
| Method | Path | Description |
|---|---|---|
GET | /admin/store-pickup/queue | Per-location pickup queue |

