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

    Interface GetProductPerformanceListResponseData

    interface GetProductPerformanceListResponseData {
        hasMore?: boolean;
        list?: GetProductPerformanceListList[];
        totalCount?: number;
    }
    Index

    Properties

    hasMore?: boolean

    This is to indicate whether the video list is more than one page. If this value is true, you may want to continue to check next page to retrieve the rest of data.

    The list of product that match the condition.

    totalCount?: number

    The total count of product that match the condition.