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

    Interface GetShopHolidayModeResponseData

    GetShopHolidayModeResponseData sub-interface for GetShopHolidayModeResponse

    interface GetShopHolidayModeResponseData {
        debug_msg?: string;
        holiday_mode_description?: string;
        holiday_mode_end_time?: number | Date;
        holiday_mode_mtime?: number | Date;
        holiday_mode_on?: boolean;
        holiday_mode_start_time?: number | Date;
        holiday_mode_type?: number;
    }
    Index

    Properties

    debug_msg?: string

    Debug message.

    holiday_mode_description?: string

    Description of the holiday

    holiday_mode_end_time?: number | Date

    Holiday end time timestamp.

    holiday_mode_mtime?: number | Date

    The last time the holiday mode was modifies.

    holiday_mode_on?: boolean

    Indicate whether the shop has enabled holiday mode. true means ON, false means OFF.

    holiday_mode_start_time?: number | Date

    Holiday start time timestamp.

    holiday_mode_type?: number

    Indicate whether the holiday mode is partial holiday or full holiday.1: Partial Holiday: seller can still receive orders during partial holiday0: Full Holiday: seller can not receive orders during full holidayonly when holiday_mode_on = true will the holiday_mode_type work