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

    Interface GetCommentItemComment

    GetCommentItemComment sub-interface for GetCommentResponseData

    interface GetCommentItemComment {
        buyer_username?: string;
        comment?: string;
        comment_id?: string;
        comment_reply?: GetCommentCommentReply;
        create_time?: number | Date;
        editable?: string | number;
        hidden?: boolean;
        item_id?: number;
        media?: GetCommentMedia;
        model_id?: number;
        model_id_list?: number[];
        order_sn?: string;
        rating_star?: number;
    }
    Index

    Properties

    buyer_username?: string

    The username of the buyer who posted the comment.

    comment?: string

    The content of the comment.

    comment_id?: string

    The identity of comment.

    comment_reply?: GetCommentCommentReply

    The reply of the comment.

    create_time?: number | Date

    The create time of the comment.

    editable?: string | number

    The editable status of the comment. The value may be one of EXPIRED/EDITABLE/HAVE_EDIT_ONCE.

    hidden?: boolean

    The comment is hidden or not.

    item_id?: number

    The commented item's id

    model_id?: number

    Shopee's unique identifier for a model of an item. It will only return 0 now. Will be offline on 2024-12-27, please switch to use model_id_list.

    model_id_list?: number[]

    List of model id of the buyer's purchase corresponding to the comment.

    order_sn?: string

    Shopee's unique identifier for an order.

    rating_star?: number

    Buyer's rating for the item.