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

    Interface GetOperatingHourRestrictions_GetOperatingHourRestrictionsTuesday

    GetOperatingHourRestrictions_GetOperatingHourRestrictionsTuesday sub-interface for GetOperatingHourRestrictionsWorkingDayConfig

    interface GetOperatingHourRestrictions_GetOperatingHourRestrictionsTuesday {
        mandatory?: boolean;
        maximum_end_time?: string;
        maximum_start_time?: string;
        minimum_end_time?: string;
        minimum_operating_hour?: number;
        minimum_start_time?: string;
        operating_24_hour_toggle?: string;
    }
    Index

    Properties

    mandatory?: boolean

    If the value is true, this day must be marked as open.

    maximum_end_time?: string

    The end hour for that day should not be set later than this time.

    maximum_start_time?: string

    The start hour for that day should not be set later than this time.

    minimum_end_time?: string

    The end hour for that day should not be set earlier than this time.

    minimum_operating_hour?: number

    Minimum number of hours required for the seller to operate on that day.

    minimum_start_time?: string

    The start hour for that day should not be set earlier than this time.

    operating_24_hour_toggle?: string

    If the toggle value is true, the user can set the start_time to 00:00 and the end_time to 23:59 to indicate that the shop is operating 24 hours a day.