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

    Interface UpdateOperatingHoursSunday

    UpdateOperatingHoursSunday sub-interface for UpdateOperatingHoursRegularOperatingHour

    interface UpdateOperatingHoursSunday {
        end_time: string;
        start_time: string;
    }
    Index

    Properties

    Properties

    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 day:The time should be in the format XX:YY, where YY is either 00 or 30.