PUT https://:account.api-us1.com/api/3/ecomCustomers/id
- JSON
{
"ecomCustomer": {
"externalid": "98765"
}
}
200 OK
PATH PARAMS
id REQUIRED
string The id of the customer to update
BODY PARAMS
ecomCustomer
object
ecomCustomer.externalid
string The id of the customer in the external service.
ecomCustomer.connectionid
string The id of the connection object for the service where the customer originates.
ecomCustomer.email
string The email address of the customer.
! 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.
Opmerkingen
0 opmerkingen
Artikel is gesloten voor opmerkingen.