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

    Type Alias GetGmsItemPerformanceParams

    Parameters for the get GMS item performance API

    type GetGmsItemPerformanceParams = {
        campaign_id?: number;
        end_date: string;
        limit?: number;
        offset?: number;
        start_date: string;
    }
    Index

    Properties

    campaign_id?: number

    The GMS Campaign ID

    end_date: string

    End date (DD-MM-YYYY format). Maximum 3 months duration

    limit?: number

    Maximum number of records to show (default: 50, max: 100)

    offset?: number

    Pagination offset (default: 0)

    start_date: string

    Start date (DD-MM-YYYY format). Maximum 3 months duration, earliest 6 months ago