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

    Type Alias GetCommentParams

    Parameters for getting product comments Use this API to get comments by shop_id, item_id, or comment_id, up to 1000 comments.

    type GetCommentParams = {
        comment_id?: number;
        cursor: string;
        item_id?: number;
        page_size: number;
    }
    Index

    Properties

    comment_id?: number

    The identity of comment

    cursor: string

    Specifies the starting entry of data to return in the current call. Default is empty string

    item_id?: number

    The identity of product item

    page_size: number

    Maximum number of entries to return per page (between 1 and 100)