Create a customer

Create a new e-commerce customer resource.

{
  "ecomCustomer": {
    "connectionid": "1",
    "externalid": "56789",
    "email": "[email protected]",
    "acceptsMarketing": "1"
  }
}
{
  "ecomCustomer": {
    "connectionid": "1",
    "externalid": "56789",
    "email": "[email protected]",
    "links": {
      "connection": "/api/3/ecomCustomers/1/connection",
      "orders": "/api/3/ecomCustomers/1/orders"
    },
    "id": "1",
    "connection": "1"
  }
}
Language
Authorization
Header
URL