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

    Interface GetBookingTrackingInfoResponseData

    GetBookingTrackingInfoResponseData sub-interface for GetBookingTrackingInfoResponse

    interface GetBookingTrackingInfoResponseData {
        booking_sn?: string;
        logistics_status?: string;
        tracking_info?: GetBookingTrackingInfoTrackingInfo[];
    }
    Index

    Properties

    booking_sn?: string

    Shopee's unique identifier for a booking.

    logistics_status?: string

    The Shopee logistics status for the booking. Applicable values.LOGISTICS_REQUEST_CREATED:booking arranged shipmentLOGISTICS_PICKUP_DONE:booking handed over to 3PLLOGISTICS_PICKUP_FAILED:booking cancelled by 3PL due to failed pickup or picked up but not able to proceed with deliveryLOGISTICS_DELIVERY_DONE:successfully deliveredLOGISTICS_REQUEST_CANCELED:cancelled when booking at LOGISTICS_REQUEST_CREATEDLOGISTICS_READY:booking ready for fulfilmentLOGISTICS_INVALID:cancelled when booking at LOGISTICS_READYLOGISTICS_LOST:booking cancelled due to 3PL lost the parcel

    The tracking info of the booking.