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

    Interface GetCommentMedia

    GetCommentMedia sub-interface for GetCommentItemComment

    interface GetCommentMedia {
        image_url_list?: string[];
        video_url_list?: string[];
    }
    Index

    Properties

    image_url_list?: string[]

    List of image url uploaded by the buyer in the comment.

    video_url_list?: string[]

    List of video url uploaded by the buyer in the comment.