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/listPaginated customers with order summary + segment. Filters: search, segment, sort.
SessionPOST
/customer/createManually add a customer.
SessionGET
/customer/:idCustomer detail with order history + loyalty balance + segment.
SessionPATCH
/customer/:idUpdate a customer.
Session