put https://{youraccountname}.api-us1.com/api/3/ecomCustomers/
Update an existing e-commerce customer resource.
Updating a customer should be rare
You should rarely need to update a customer object directly since its aggregate data fields are updated automatically when orders are saved.
{
"ecomCustomer": {
"externalid": "98765"
}
}