customer_change_password
Update a customer's password by verifying their current password and confirming the new one.
Instructions
Change a customer's password.
Parameters
email : Customer e-mail address.
old_password : Current password for verification (plain text — never logged).
new_password : New password to set (plain text — never logged).
confirm_new_password : Must match new_password.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | |||
| old_password | Yes | ||
| new_password | Yes | ||
| confirm_new_password | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||