Skip to content
On this page

updateProfile ​

Definition ​

Update a customer's profile data

Signature ​

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

Parameters ​

NameTypeDescription
params
CustomerUpdateProfileParam
profile 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

updateProfile has loaded