Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface GetTimeSlotIdParams

    Parameters for getting time slot IDs

    interface GetTimeSlotIdParams {
        end_time: number;
        start_time: number;
        [key: string]: string | number | boolean | undefined;
    }

    Indexable

    • [key: string]: string | number | boolean | undefined
    Index

    Properties

    Properties

    end_time: number

    End time (should be > start_time, max = 2145887999)

    start_time: number

    Start time (min = now, max = 2145887999, should be < end_time)