docs
  1. Admin Api
  2. Resources
  3. Customer
  4. Password
  5. Set A Password Hash

Set a password hash

Set a password hash for a customer

Rate Limit: 300 Max attempts within 1 minute.

Path Parameters

ParameterDetails
shopKey
  • required
string
Example:
ms
countryCode
  • required
string
Example:
de
customerIdentifier
  • required
string
Examples:
  • ^[1-9][0-9]*$
  • ^key%3D[0-9a-zA-Z\-\\_\.\@|%5C]*$

Request body

required
ParameterDetails
hashingType
  • required
string
Enum:
internal
external
salesforce
Default:
internal
hash
  • required
string

Responses

204
Password hash 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/shops/{shopKey}/countries/{countryCode}/customers/{customerIdentifier}/password-hash

Request samples

Provide Feedback