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

    Interface GetTrackingInfoTrackingInfo

    GetTrackingInfoTrackingInfo sub-interface for GetTrackingInfoResponseData

    interface GetTrackingInfoTrackingInfo {
        description?: string;
        logistics_status?: string;
        return_code?: string;
        update_time?: number | Date;
    }
    Index

    Properties

    description?: string

    The description of the logistics tracking info.

    logistics_status?: string

    The logistics status for the order. Applicable values: See Data Definition- LogisticsStatus.

    return_code?: string

    The OTP generated after the parcel enters the RTS (Return to Seller) process. Sellers need to provide this OTP to the driver to complete the return confirmation.Note: - This field only applies to orders under the SPX Instant & Sameday channel in ID region.- This field is only returned when the driver has initiated the return process to the seller. If the driver has not initiated the return process for the parcel, this field will be empty.

    update_time?: number | Date

    The time when the logistics tracking info is updated.