CustomersUpdated 2026-06-01

Manage customers

Create, edit, and inspect customers with order history and loyalty balances.

The customer detail sheet shows a full profile: contact info, order history, loyalty points balance, and segment.

Creating a customer

Use the Add customer button to manually create a customer — useful for phone orders or importing contacts. Provide name, email, and phone.

The detail sheet

Click any customer row to open a right-side sheet. You can deep-link to a specific customer with the ?customer= query parameter. The sheet shows their order history with totals and statuses, loyalty points balance, and computed segment.

Customer management endpoints
GET/customer/list
Paginated customers with order summary + segment. Filters: search, segment, sort.
Session
POST/customer/create
Manually add a customer.
Session
GET/customer/:id
Customer detail with order history + loyalty balance + segment.
Session
PATCH/customer/:id
Update a customer.
Session