Poq.SDK.Node

Home > @poq/sdk-sfcc > CustomersClient > postCustomersPasswordActionsReset

CustomersClient.postCustomersPasswordActionsReset() method

Changes the customers password to the new password value in the call using the reset password token that was returned from the customers/reset_password_token endpoint. This differs from the customers/password_reset endpoint as it does not require or allow before or after hook processing.

Signature:

postCustomersPasswordActionsReset(body: ResetPasswordRequest, options?: RequestOptions): Promise<PoqResponse<void>>;

Parameters

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

Returns:

Promise<PoqResponse<void>>