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

    Interface ShipOrderPickup

    ShipOrderPickup sub-interface for ShipOrderRequest

    interface ShipOrderPickup {
        address_id: number;
        pickup_time_id?: string;
        tracking_number?: string;
    }
    Index

    Properties

    address_id: number

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

    pickup_time_id?: string

    The pickup time id. Retrieved from v2.logistics.get_shipping_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.

    tracking_number?: string

    Need input this field when "tracking_number" is returned from "info_need". Please note that this tracking number is assigned by third-party shipping carrier for item shipment.