MarkCommentSpam
Flags a comment as spam, preventing it from appearing on the storefront.
Input
| Name | Type | Description |
| Id | String | The unique identifier of the comment to be marked as spam. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the operation to flag the comment as spam completed successfully. |
| Details | String | Provides additional context or messages describing the result of the spam-marking operation. |
| Id | String | The unique identifier of the comment that was updated by the operation. |
| Status | String | The updated moderation status of the comment after being marked as spam. |