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

    Interface GetOpenCampaignPerformanceResponseData

    GetOpenCampaignPerformanceResponseData sub-interface for GetOpenCampaignPerformanceResponse

    interface GetOpenCampaignPerformanceResponseData {
        fetched_date_range?: string;
        has_more?: boolean;
        list?: GetOpenCampaignPerformanceList[];
        total_count?: number;
    }
    Index

    Properties

    fetched_date_range?: string

    Effective query date range. Invalid input ranges will be automatically shifted.

    has_more?: boolean

    This is to indicate whether the 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 datas.

    total_count?: number

    This is to indicate the whole number of items.