CreateAccountActivationUrl
Generates a secure URL that allows a customer to activate their online store account.
Input
| Name | Type | Description |
| CustomerId | String | The ID of the customer for whom the account activation link will be generated. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the account activation URL creation process executed successfully. |
| Details | String | Additional information or context about the execution of the operation. |
| AccountActivationUrl | String | The URL that the customer can use to activate their account. |