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

    Interface GetFollowPrizeListFollowPrize

    GetFollowPrizeListFollowPrize sub-interface for GetFollowPrizeListResponseData

    interface GetFollowPrizeListFollowPrize {
        campaign_id?: number;
        campaign_status?: string | number;
        claimed?: number;
        end_time?: number | Date;
        follow_prize_name?: string;
        start_time?: number | Date;
        usage_quantity?: number;
    }
    Index

    Properties

    campaign_id?: number

    The unique identifier for the created follow prize.

    campaign_status?: string | number

    The status of follow prize,the campagin status have upcoming/ongoing/expired.

    claimed?: number

    This is to indicate the quantity of voucher claimed.

    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.

    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.