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

    Interface UpdateDiscountParams

    Parameters for updating a discount

    interface UpdateDiscountParams {
        discount_id: number;
        discount_name?: string;
        end_time?: number;
        start_time?: number;
    }
    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

    start_time?: number

    The time when discount activity start