Home > @poq/sdk-sfcc > AccountService > updateProfile
Method handles user profile update operation.
Signature:
updateProfile(token: string, profileParams: ProfileRequest): Promise<PoqResponse<ProfileResponse>>;
Parameter | Type | Description |
---|---|---|
token | string | Auth token. |
profileParams | ProfileRequest | Profile data to update. |
Returns:
Promise<PoqResponse<ProfileResponse>>
Profile an updated profile of the user.