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

    Interface GetBookingShippingParameterTimeSlot

    GetBookingShippingParameterTimeSlot sub-interface for GetBookingShippingParameterAddress

    interface GetBookingShippingParameterTimeSlot {
        date?: number | Date;
        error?: string;
        flags?: string[];
        msg?: string;
        pickup_time_id?: string;
        time_text?: string;
    }
    Index

    Properties

    date?: number | Date

    The date of pickup time. In timestamp.

    error?: string

    return if error getting pickup time, otherwise omitted

    flags?: string[]

    This field will have the value “recommended” for the time slot that Shopee suggests sellers choose. While it is advisable for sellers to choose the recommended time slot, they can also choose other time slots that do not have the recommended flag.

    msg?: string

    return if error getting pickup time, otherwise omitted

    pickup_time_id?: string

    The identity of pickuptime.

    time_text?: string

    The text description of pickup time. Only applicable for certain channels.