Poq.SDK.Node

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

IAccountService.register() method

Method handles registration operation for a specific user.

Signature:

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

Parameters

Parameter Type Description
appIdentifier string Application identifier GUID.
token string Guest session auth token.
registerParams RegisterRequest Register payload.

Returns:

Promise<PoqResponse<AuthenticationResponse>>

Tokens for the registered user.