Get a customer
Customers
Get a customer
Retrieve a single customer enriched with cart, wishlist, recent orders and order stats. Requires the READ_CUSTOMERS scope.
GET
Get a customer
Returns one customer with their populated user profile, current cart, wishlist, up to 5 recent orders and aggregate order stats. The id may be the customer record id or the underlying user id. The store is bound to your app token server-side — never send a shop id.
Device & location info (
READ_CUSTOMER_ANALYTICS). If your installation also holds
READ_CUSTOMER_ANALYTICS, the response’s user.deviceInfo is included — device, browser, OS, IP
address, approximate location (ipInfo) and a device fingerprint. This is sensitive shopper PII and
is omitted unless the scope is granted.Authorizations
Installed-app access token (prefix app_), issued by the OAuth install flow. The store is bound to the token server-side — never send a shop id.
Path Parameters
The customer record id, or the underlying user id of the customer.
Response
The requested customer, enriched with cart, wishlist, recent orders and stats.
Standard Salesive response envelope. The operation-specific payload is carried in data.

