Attaching a customer to the sale
Look up a customer and set them as the customer for the current sale. Once attached, their id overrides the anonymous default on finalize, so the sale — and the receipt — carry the customer.Editing a customer
Customer details are read and written live against the backend (PUT /v1/customers/:id). Edits persist server-side and are visible to the Centrale.
Age verification
For a restricted sale, a customer-scoped Age verification panel is available on the customer record: it holds an attestation history and the record-proof flow for that customer. See Age verification.Related
- Sell — the basket the customer attaches to.
- Appointments — start a sale with a booking’s customer pre-attached.

