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

    Interface GetMassShippingParameterTimeSlot

    GetMassShippingParameterTimeSlot sub-interface for GetMassShippingParameterAddress

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

    Properties

    date?: number | Date

    The date of pickup time. In timestamp.

    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.

    pickup_time_id?: string

    The identity of pickuptime.

    time_text?: string

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