Home > @poq/sdk-sfcc > ICustomersClient > getCustomersExtProfile
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>>;
Parameter | Type | Description |
---|---|---|
externalId | string | |
authenticationProviderId | string | |
options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<CustomersExtProfile>>