List all customers

List all e-commerce customer resources.

{ "ecomCustomers": [ { "connectionid": "1", "externalid": "56789", "email": "alice@example.com", "totalRevenue": "3280", "totalOrders": "2", "totalProducts": "2", "avgRevenuePerOrder": "2285", "avgProductCategory": "Electronics", "tstamp": "2017-02-06T14:05:31-06:00", "links": { "connection": "/api/3/ecomCustomers/1/connection", "orders": "/api/3/ecomCustomers/1/orders" }, "id": "1", "connection": "1" }, { "connectionid": "2", "externalid": "44322", "email": "alice@example.com", "totalRevenue": "7599", "totalOrders": "1", "totalProducts": "1", "avgRevenuePerOrder": "7599", "avgProductCategory": "Books", "tstamp": "2016-12-13T18:02:07-06:00", "links": { "connection": "/api/3/ecomCustomers/3/connection", "orders": "/api/3/ecomCustomers/3/orders" }, "id": "3", "connection": "2" }, { "connectionid": "0", "externalid": "0", "email": "alice@example.com", "totalRevenue": "10879", "totalOrders": "3", "totalProducts": "3", "avgRevenuePerOrder": "3626", "avgProductCategory": "Electronics", "tstamp": "2017-02-06T14:05:31-06:00", "links": { "connection": "/api/3/ecomCustomers/2/connection", "orders": "/api/3/ecomCustomers/2/orders" }, "id": "2", "connection": null } ], "meta": { "total": "3" } }
Query Params
string

Filter by the email address of a customer.

string

Filter by the id of the customer in the external service.

string

Filter by the id of the connection object for the service where the customer originates.

Response

Language
Credentials
URL
Choose an example:
application/json