customer_update
Update existing customer details by providing a JSON object with the customer's ID or email and the fields to change.
Instructions
Update an existing customer's details.
Parameters
data : JSON object with customer fields to update. Must include "id" or "email" to identify the customer, plus the fields to change.
Example
'{"id": 123, "phone": "0721000001", "newsletter": false}'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||