Home > @poq/sdk-sfcc > ProfileConverter > toSfccCustomer
Method converts profile response model to sfcc customer model.
Signature:
toSfccCustomer(profileRequest: ProfileRequest): Promise<Customer>;
Parameter | Type | Description |
---|---|---|
profileRequest | ProfileRequest | Profile response model. |
Returns:
Promise<Customer>
Representation of the customer model.