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

    Interface DiscountInfo

    Discount information in list response

    interface DiscountInfo {
        discount_id: number;
        discount_name: string;
        end_time: number;
        source?: number;
        start_time: number;
        status: string;
    }
    Index

    Properties

    discount_id: number

    Shopee's unique identifier for a discount activity

    discount_name: string

    Title of the discount

    end_time: number

    The time when discount activity end

    source?: number

    The source of the discount. 0: seller created, 1: Shopee created

    start_time: number

    The time when discount activity start

    status: string

    The status of discount promotion