Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface ReplyCommentRequest

    Request parameters for reply_comment

    Use this api to reply comments from buyers in batch.

    interface ReplyCommentRequest {
        comment_list: ReplyCommentComment[];
    }
    Index

    Properties

    Properties

    comment_list: ReplyCommentComment[]

    The list of comment. The limit is between 1 and 100.