Customer Detail
Returns one customer with the group as a nested group object and the detail-only counters (totalAddresses, totalOrders, totalAmountSpent).
Overview
See the Customers menu overview for the full feature flow.
All admin endpoints require an admin Bearer token — see Authentication.
Endpoint
| Endpoint | Method |
|---|---|
/api/admin/customers/{id} | GET |
totalAmountSpent is the total invoiced amount across this customer's orders.

