Poq.SDK.Node

Home > @poq/sdk-sfcc > IProfileConverter > toSfccCustomer

IProfileConverter.toSfccCustomer() method

Method converts profile response model to sfcc customer model.

Signature:

toSfccCustomer(profileRequest: ProfileRequest): Promise<Customer>;

Parameters

Parameter Type Description
profileRequest ProfileRequest Profile response model.

Returns:

Promise<Customer>

Representation of the customer model.