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

    Interface GetProdcutPerformanceListResponseData

    GetProdcutPerformanceListResponseData sub-interface for GetProdcutPerformanceListResponse

    interface GetProdcutPerformanceListResponseData {
        has_more?: boolean;
        list?: GetProdcutPerformanceListList[];
        total_count?: number;
    }
    Index

    Properties

    has_more?: 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.

    total_count?: number

    The total count of product that match the condition.