Skip to content
On this page

updateEmail ​

Definition ​

Update a customer's email

Signature ​

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

Parameters ​

NameTypeDescription
params
CustomerUpdateEmailParam
CustomerUpdateEmailParam email 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

updateEmail has loaded