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

    Interface UpdateFollowPrizeRequest

    Request parameters for update_follow_prize

    update_follow_prize

    interface UpdateFollowPrizeRequest {
        campaign_id: number;
        end_time?: number | Date;
        follow_prize_name?: string;
        min_spend?: number;
        start_time?: number | Date;
        usage_quantity?: number;
    }
    Index

    Properties

    campaign_id: number

    The unique identifier for the created follow prize.

    end_time?: number | Date

    The timing until when the follow prize is still valid,the end time must be greater than the start time by at least 1 day and end time cannot exceed 3 months after start time.If the start time and end time passed in by the seller overlap with other upcoming/ongoing activities, it will prompt "Another Follow Prize voucher already exists during this time period, please set another period."

    follow_prize_name?: string

    The name of the follow prize,The follow prize name length max limit is 20.

    min_spend?: number

    The minimum spend required for using this follow prize.

    start_time?: number | Date

    The timing from when the follow prize is valid,the start time later than the current time.If the start time and end time passed in by the seller overlap with other upcoming/ongoing activities, it will prompt "Another Follow Prize voucher already exists during this time period, please set another period."

    usage_quantity?: number

    Please enter a value between 1 and 200000.