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

    Interface GetTimeSlotIdRequest

    Request parameters for get_time_slot_id

    get time slot id

    interface GetTimeSlotIdRequest {
        end_time: number | Date;
        start_time: number | Date;
    }
    Index

    Properties

    Properties

    end_time: number | Date

    should be > start_time, max=2145887999

    start_time: number | Date

    min = now, max=2145887999, should be < end_time