Skip to main content
GET
Get Customer

Get Customer

Returns a single customer with full details including addresses and order history summary.

Request

Parameters

id
string
required
The unique customer ID

Response

Returns a top-level customer object.
customer
object
The customer object

Example Response

Errors

On failure an errors object is returned with the failure messages under base:
StatusCondition
401Invalid or missing access token
403App doesn’t have read_customers scope
404Customer with the specified ID does not exist