Retrieve a customer

Retrieve an existing e-commerce customer resource.

{ "ecomCustomer": { "connectionid": "3", "externalid": "1440117293120", "email": "john.doe@example.com", "totalRevenue": "150761", "totalOrders": "1", "totalProducts": "3", "avgRevenuePerOrder": "150761", "avgProductCategory": "Musical Instrument", "tstamp": "2019-01-01T10:23:22-06:00", "acceptsMarketing": "0", "links": { "connection": "https://:account.api-us1.com/api/:version/ecomCustomers/15/connection", "orders": "https://:account.api-us1.com/api/:version/ecomCustomers/15/orders" }, "id": "15", "connection": "3" } }
Path Params
string
required

The id of the customer to retrieve

Responses

Language
Credentials
URL
Choose an example:
application/json