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