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

    Interface GetTrackingInfoResponseData

    GetTrackingInfoResponseData sub-interface for GetTrackingInfoResponse

    interface GetTrackingInfoResponseData {
        collection_pin_code?: string;
        logistics_status?: string;
        order_sn?: string;
        package_number?: string;
        reversed_courier_name?: string;
        reversed_tracking_info?: GetTrackingInfoReversedTrackingInfo[];
        reversed_tracking_number?: string;
        tracking_info?: GetTrackingInfoTrackingInfo[];
    }
    Index

    Properties

    collection_pin_code?: string

    [TW Only] The unique 6-digit PIN code for sellers to collect RTS (Return to Seller) parcels at service points. This field is returned when the channel is C2C and the logistics_status is FULFILMENT_DELIVERY_FAILED.

    logistics_status?: string

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

    order_sn?: string

    Shopee's unique identifier for an order.

    package_number?: string

    Shopee's unique identifier for the package under an order.

    reversed_courier_name?: string

    The courier name of the reversed logistics.Note: Only apply to the cross-border segment of failed delivery parcels returned from the local return warehouse to the seller.

    reversed_tracking_info?: GetTrackingInfoReversedTrackingInfo[]

    The tracking information of the reversed logistics.Note: Only apply to the cross-border segment of failed delivery parcels returned from the local return warehouse to the seller.

    reversed_tracking_number?: string

    The tracking number of the reversed logistics.Note: Only apply to the cross-border segment of failed delivery parcels returned from the local return warehouse to the seller.

    tracking_info?: GetTrackingInfoTrackingInfo[]

    The tracking info of the order.