Poq.SDK.Node

Home > @poq/sdk-sfcc > ICustomersClient > getCustomersExtProfile

ICustomersClient.getCustomersExtProfile() method

Gets the customerExtProfile based on the passed in query parameters of external_id and authentication_provider_id

Signature:

getCustomersExtProfile(externalId: string, authenticationProviderId: string, options?: RequestOptions): Promise<PoqResponse<CustomersExtProfile>>;

Parameters

Parameter Type Description
externalId string  
authenticationProviderId string  
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<CustomersExtProfile>>