Home > @poq/sdk-sfcc > IProfileConverter
IProfileConverter defines method to convert from the poq user profile to sfcc customer model and back.
Signature:
export interface IProfileConverter
| Method | Description |
|---|---|
| fromSfccCustomer(customer) | Method converts sfcc customer to profile model. |
| toSfccCustomer(profileRequest) | Method converts profile response model to sfcc customer model. |