Poq.SDK.Node

Home > @poq/sdk-sfcc > AccountService > register

AccountService.register() method

Method handles registration operation for a specific user.

Signature:

register(appIdentifier: string, guestToken: string, registerParams: RegisterRequest): Promise<PoqResponse<AuthenticationResponse>>;

Parameters

Parameter Type Description
appIdentifier string Application identifier GUID.
guestToken string  
registerParams RegisterRequest Register payload.

Returns:

Promise<PoqResponse<AuthenticationResponse>>

Tokens for the registered user.