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

    Interface GetDiscountResponseData

    GetDiscountResponseData sub-interface for GetDiscountResponse

    interface GetDiscountResponseData {
        discount_id?: number;
        discount_name?: string;
        end_time?: number | Date;
        item_list?: GetDiscountItem[];
        more?: boolean;
        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.

    item_list?: GetDiscountItem[]

    The items selected in this discount.

    more?: boolean

    This is to indicate whether the item list is more than one page. If this value is true, you may want to continue to check next page to retrieve the rest of items.

    start_time?: number | Date

    The time when discount activity start.

    status?: string

    The status of discount promotion