The saved-addresses module stores multiple shipping and billing addresses per customer, with a default for each. The checkout module reads these via the addresses contract to pre-fill checkout forms. 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/saved-addresses · npm: @86d-app/saved-addresses
Installation
Store endpoints
| Method | Path | Description |
|---|---|---|
GET | /addresses/me | List addresses |
POST | /addresses/me | Add an address |
PUT | /addresses/me/:id | Update |
DELETE | /addresses/me/:id | Delete |
POST | /addresses/me/:id/set-default | Mark as default |
Components
<AddressBook />: full self-service address book.<AddressPicker />: dropdown for choosing a saved address at checkout.

