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

    Interface Activity

    Activity information

    interface Activity {
        activity_id: number;
        activity_type: string;
        discounted_price: string;
        items: ActivityItem[];
        original_price: string;
        refund_amount?: number;
    }
    Index

    Properties

    activity_id: number

    Activity ID

    activity_type: string

    Activity type

    discounted_price: string

    Discounted price

    items: ActivityItem[]

    Items in activity

    original_price: string

    Original price

    refund_amount?: number

    Refund amount for bundle deal cases