update_customer
Modifies an existing e-commerce customer record by ID. Updates fields such as email, external ID, or marketing opt-in status.
Instructions
🟡 WRITE · updates data · Ecom Customers · PUT /ecomCustomers/{id}
Update a customer
Modifies an existing record in place. Idempotent.
Update an existing e-commerce customer resource.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The id of the customer to update | |
| body | No | Request body (application/json). |