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

Installation

86d module add saved-addresses

Store endpoints

MethodPathDescription
GET/addresses/meList addresses
POST/addresses/meAdd an address
PUT/addresses/me/:idUpdate
DELETE/addresses/me/:idDelete
POST/addresses/me/:id/set-defaultMark as default

Components

  • <AddressBook />: full self-service address book.
  • <AddressPicker />: dropdown for choosing a saved address at checkout.