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

    Interface GetOperatingHoursSpecialOperatingHour

    GetOperatingHoursSpecialOperatingHour sub-interface for GetOperatingHoursRepsonse

    interface GetOperatingHoursSpecialOperatingHour {
        end_date?: string;
        name?: string;
        operating_hours?: GetOperatingHoursOperatingHour[];
        start_date?: string;
    }
    Index

    Properties

    end_date?: string

    The end date of special operating hours

    name?: string

    The name of Special Operating Hours

    operating_hours?: GetOperatingHoursOperatingHour[]
    start_date?: string

    The start date of special operating hours