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.
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.

