Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface UpdateBundleDealResponseData

    UpdateBundleDealResponseData sub-interface for UpdateBundleDealResponse

    interface UpdateBundleDealResponseData {
        bundle_deal_id?: number;
        bundle_deal_rule?: UpdateBundleDealBundleDealRule;
        end_time?: number | Date;
        name?: string;
        purchase_limit?: number;
        start_time?: number | Date;
    }
    Index

    Properties

    bundle_deal_id?: number

    Shopee's unique identifier for a bundle deal activity.

    end_time?: number | Date

    The time when bundle deal activity end.

    name?: string

    Title of the bundle deal

    purchase_limit?: number

    Maximum number of bundle deals that can be bought by a buyer.

    start_time?: number | Date

    The time when bundle deal activity start.