Skip to content

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

EndpointMethod
/api/admin/customers/{id}GET

totalAmountSpent is the total invoiced amount across this customer's orders.

Released under the MIT License.