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

    Interface BundleDealRule

    Bundle deal rule information

    interface BundleDealRule {
        additional_tiers?: BundleDealAdditionalTier[];
        discount_percentage?: number;
        discount_value?: number;
        fix_price?: number;
        min_amount: number;
        rule_type: BundleDealRuleType;
    }
    Index

    Properties

    additional_tiers?: BundleDealAdditionalTier[]

    Additional tiers for tiered bundle deals (max 2 additional tiers)

    discount_percentage?: number

    The discount that the buyer can get when buying a bundle deal

    discount_value?: number

    The deducted price when buying a bundle deal

    fix_price?: number

    The amount of the buyer needs to spend to purchase a bundle deal

    min_amount: number

    The quantity of items that need buyer to combine purchased

    The bundle deal rule type