Changes customer's password given the current password.
HTTP POST/api/v10/storefront.change-password
{
"currentPassword" : "I9bV2crS", // current password (required) - string(4…16)
"newPassword" : "t5!mF8q5Lb" // new password (required) - string(4…16)
}
{
"status" : "ok"
}
Field | Type | Description |
---|---|---|
currentPassword | InvalidValue | Password is not valid |