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

    Interface UpdateOperatingHoursOperatingHour

    UpdateOperatingHoursOperatingHour sub-interface for UpdateOperatingHoursSpecialOperatingHour

    interface UpdateOperatingHoursOperatingHour {
        date: string;
        enable: boolean;
        end_time: string;
        start_time: string;
    }
    Index

    Properties

    date: string

    Date: it should be include all date from start_date until end_date

    enable: boolean

    To specify this value as False if you're not operate on that date (close)

    end_time: string

    End time for operating hours on that day:The time should be in the format XX:YY, where YY is either 00 or 30.Except for a 24-hour, you can input a start_time of 00:00 and an end_time of 23:59

    start_time: string

    Start time for operating hours on that date:The time should be in the format XX:YY, where YY is either 00 or 30.