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

    Interface GetBundleDealResponseData

    GetBundleDealResponseData sub-interface for GetBundleDealResponse

    interface GetBundleDealResponseData {
        bundle_deal_id?: number;
        bundle_deal_rule?: GetBundleDealBundleDealRule;
        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.

    bundle_deal_rule?: GetBundleDealBundleDealRule
    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.