Create a customer

Create a new e-commerce customer resource.

{ "ecomCustomer": { "connectionid": "1", "externalid": "56789", "email": "alice@example.com", "acceptsMarketing": "1" } }
{ "ecomCustomer": { "connectionid": "1", "externalid": "56789", "email": "alice@example.com", "links": { "connection": "/api/3/ecomCustomers/1/connection", "orders": "/api/3/ecomCustomers/1/orders" }, "id": "1", "connection": "1" } }
Body Params
ecomCustomer
object
Responses

Language
Credentials
URL
Choose an example:
application/json