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

    Type Alias AmsGetShopPerformanceParams

    Parameters for get_shop_performance API

    type AmsGetShopPerformanceParams = {
        channel: string;
        end_date: string;
        order_type: string;
        period_type: string;
        start_date: string;
    }
    Index

    Properties

    channel: string

    Channel: AllChannel, SocialMedia, ShopeeVideo, LiveStreaming

    end_date: string

    End date in YYYYMMDD format

    order_type: string

    Order type: PlacedOrder or ConfirmedOrder

    period_type: string

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

    start_date: string

    Start date in YYYYMMDD format