ApproveComment
Marks a pending blog comment as approved, making it visible on the storefront.
Input
| Name | Type | Description |
| Id | String | The unique identifier of the comment that is being approved. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the comment approval process completed successfully. |
| Details | String | Provides additional information or diagnostic feedback about how the comment approval operation was executed. |
| Id | String | The unique identifier of the comment record that was processed by the stored procedure. |
| Status | String | The resulting status of the comment after the approval request, such as approved, rejected, or unchanged. |