Poq.SDK.Node

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

ICustomersClient.postCustomersExtProfile() method

Register a customerExtProfile. The mandatory data are the external_id and authentication_provider_id. While using JWT the guest JWT needs to be used. This will not be supporting hooks

Signature:

postCustomersExtProfile(body: CustomersExtProfile, options?: RequestOptions): Promise<PoqResponse<CustomersExtProfile>>;

Parameters

Parameter Type Description
body CustomersExtProfile  
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<CustomersExtProfile>>