Returned when the current password of the Customer does not match.

The error is returned as a failed response to:

- [Change Customer Password](ctp:api:endpoint:/{projectKey}/customers/password:POST) and [Change Customer Password in a Store](ctp:api:endpoint:/{projectKey}/in-store/key={storeKey}/customers/password:POST) requests on Customers.
- [Change Customer Password](ctp:api:endpoint:/{projectKey}/me/password:POST) and [Change Customer Password in a Store](ctp:api:endpoint:/{projectKey}/in-store/key={storeKey}/me/password:POST) requests on My Customer Profile.
interface GraphQLInvalidCurrentPasswordError {
    code: "InvalidCurrentPassword";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

code: "InvalidCurrentPassword"