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

    Type Alias GetContentPerformanceParams

    Parameters for get_content_performance API

    type GetContentPerformanceParams = {
        affiliate_id?: string;
        channel?: string;
        end_date: string;
        item_id?: number;
        order_type?: number;
        page_no?: number;
        page_size?: number;
        period_type: string;
        start_date: string;
    }
    Index

    Properties

    affiliate_id?: string

    Affiliate ID

    channel?: string

    Traffic channel

    end_date: string

    End date in YYYYMMDD format

    item_id?: number

    Item ID

    order_type?: number

    Order type filter

    page_no?: number

    Page number (starts from 1)

    page_size?: number

    Page size

    period_type: string

    Period type: Day, Week, Month, Last7d, Last30d

    start_date: string

    Start date in YYYYMMDD format