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

    Interface ShipBookingPickup

    ShipBookingPickup sub-interface for ShipBookingRequest

    interface ShipBookingPickup {
        address_id: number;
        pickup_time_id?: string;
    }
    Index

    Properties

    address_id: number

    The identity of address. Retrieved from v2.logistics.get_booking_shipping_parameter.

    pickup_time_id?: string

    The pickup time id. Retrieved from v2.logistics.get_shipping_booking_parameter, you can only select one from the time_slot_list.Some logistics channels may not return any date or time for pickup time slots. In such cases, sellers can arrange shipment without selecting any time slot, and Shopee will arrange a suitable timing for these situations.