Update password
Set a password for a customer
Rate Limit: 300 Max attempts within 1 minute.
Path Parameters
Parameter | Details |
---|---|
shopKey
| string Example: ms |
countryCode
| string Example: de |
customerIdentifier
| string Examples:
|
Request body
requiredParameter | Details |
---|---|
hashingType | string Enum: internal external salesforce Default: internal |
password
| string |
Responses
204
Password was successfully updated.
Success
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
409
Conflict error
application/json
Error
412
Precondition failed
application/json
Error
422
Unprocessable content
application/json
Error
PUT