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

    Interface AddAddOnDealParams

    Parameters for adding a new add-on deal

    interface AddAddOnDealParams {
        add_on_deal_name: string;
        end_time: number;
        per_gift_num?: number;
        promotion_purchase_limit?: number;
        promotion_type: AddOnDealPromotionType;
        purchase_min_spend?: number;
        start_time: number;
    }
    Index

    Properties

    add_on_deal_name: string

    Title of the add on deal (max 25 characters)

    end_time: number

    The time when add on deal activity end (must be 1 hour later than start time)

    per_gift_num?: number

    Number of gifts that buyers can get (1-50)

    promotion_purchase_limit?: number

    Max number of add-on products that a customer can purchase per order (1-100)

    promotion_type: AddOnDealPromotionType

    The type of add on deal (0=add on discount, 1=gift with min spend)

    purchase_min_spend?: number

    The minimum purchase amount that needs to be met to buy the gift with min spend

    start_time: number

    The time when add on deal activity start (must be 1 hour later than current time)