Updates customer contact attributes, names, phone numbers, or custom attributes JSON payload.
Update Customer & Custom Fields
PATCH
/v1/customers/:id
Parameters
| Name | Type | Description |
|---|---|---|
idrequired | string | Customer UUID |
name | string | Full name |
first_name | string | First name |
last_name | string | Last name |
email | string | Email address |
phone_number | string | Phone number |
custom_attributes | object | JSON key-value object of custom attributes |