get https://{youraccountname}.api-us1.com/api/3/ecomCustomers/
Retrieve an existing e-commerce customer resource.
{
"ecomCustomer": {
"connectionid": "3",
"externalid": "1440117293120",
"email": "[email protected]",
"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"
}
}