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

    Interface GetVideoDetailProductPerformanceResponseData

    interface GetVideoDetailProductPerformanceResponseData {
        hasMore?: boolean;
        list?: GetVideoDetailProductPerformanceList[];
        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 item that match the condition.

    totalCount?: number

    The total count of video that match the condition.