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

    Interface GetDiscountListDiscount

    GetDiscountListDiscount sub-interface for GetDiscountListResponseData

    interface GetDiscountListDiscount {
        discount_id?: number;
        discount_name?: string;
        end_time?: number | Date;
        source?: number;
        start_time?: number | Date;
        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 | Date

    The time when discount activity end.

    source?: number

    Source of the discount. 7: live stream, 1: admin, 0: others

    start_time?: number | Date

    The time when discount activity start.

    status?: string

    The status of discount.