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

    Type Alias GetAffiliatePerformanceParams

    Parameters for get_affiliate_performance API

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

    Properties

    affiliate_id?: string

    Affiliate ID to filter

    channel?: string

    Traffic channel: custom, livestream, affiliate, etc.

    end_date: string

    End date in YYYYMMDD format

    order_type?: number

    Order type filter: 1: all, 2: completed, 3: cancelled, etc.

    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