Appearance
updatePassword 
Definition 
Update a customer's password
Signature 
ts
export async function updatePassword(
  params: CustomerUpdatePasswordParam,
  contextInstance: ShopwareApiInstance = defaultInstance,
): Promise<void> 
Parameters 
| Name | Type | Description | 
|---|---|---|
| params | CustomerUpdatePasswordParam | CustomerUpdatePasswordParam password data | 
| contextInstance | ShopwareApiInstance | ShopwareApiInstance | 
Return type 
ts
Promise<void>
Properties 
| Name | Type | Description | 
|---|
Usage example 
WARNING
Example is generated automatically. Sometimes it's required to be adjusted to your needs.