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

    Interface UpdateOperatingHoursSpecialOperatingHour

    UpdateOperatingHoursSpecialOperatingHour sub-interface for UpdateOperatingHoursRequest

    interface UpdateOperatingHoursSpecialOperatingHour {
        end_date: string;
        name: string;
        operating_hours: UpdateOperatingHoursOperatingHour[];
        start_date: string;
    }
    Index

    Properties

    end_date: string

    The end date of the Special Operating Hours. The value should be within [start_date + 30 days]

    name: string

    The name of Special Operating Hours

    To specify the operating hours for each date

    start_date: string

    The start date of the Special Operating Hours. The value should be within [today + 1] and [today + 365 days].