Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Type Alias ReplyCommentResultItem

    Result item for a comment reply operation

    type ReplyCommentResultItem = {
        comment_id: number;
        fail_error?: string;
        fail_message?: string;
    }
    Index

    Properties

    comment_id: number

    The identity of comment that was replied to

    fail_error?: string

    Error type if the reply failed for this comment

    fail_message?: string

    Error message if the reply failed for this comment