Skip to content
On this page

resetPassword ​

Definition ​

Reset a customer's password

Signature ​

ts
export async function resetPassword(
  params: CustomerResetPasswordParam,
  contextInstance: ShopwareApiInstance = defaultInstance,
): Promise<void> 

Parameters ​

NameTypeDescription
params
CustomerResetPasswordParam
CustomerResetPasswordParam password data
contextInstance
ShopwareApiInstance
ShopwareApiInstance

Return type ​

ts
Promise<void>

Properties ​

NameTypeDescription

Usage example ​

WARNING

Example is generated automatically. Sometimes it's required to be adjusted to your needs.

Open in StackBlitz

resetPassword has loaded