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

    Interface AddAddOnDealRequest

    Request parameters for add_add_on_deal

    Add Add-on Deal

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

    Properties

    add_on_deal_name: string

    Title of the add on deal

    end_time: number

    The time when add on deal activity end

    per_gift_num?: number

    Number of gifts that buyers can get

    promotion_purchase_limit?: number

    promotion_purchase_limit

    promotion_type: number

    The type of add on deal:add on discount =0;gift with mini spend=1

    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.