Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface GetReverseTrackingInfoResponse

    Response for get reverse tracking info API

    interface GetReverseTrackingInfoResponse {
        error: string;
        message: string;
        request_id: string;
        response: {
            collection_pin_code?: string;
            estimated_delivery_date_max?: number;
            estimated_delivery_date_min?: number;
            post_return_logistics_status?: string;
            post_return_logistics_tracking_info?: TrackingInfo[];
            post_return_logistics_update_time?: number;
            return_refund_request_type: number;
            return_sn: string;
            reverse_logistics_status: string;
            reverse_logistics_update_time: number;
            rts_tracking_number?: string;
            tracking_info?: TrackingInfo[];
            tracking_number?: string;
            validation_type: string;
        };
        warning?: string
        | string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string

    Error code if any error occurred

    message: string

    Error message if any error occurred

    request_id: string

    The identifier for an API request for error tracking

    response: {
        collection_pin_code?: string;
        estimated_delivery_date_max?: number;
        estimated_delivery_date_min?: number;
        post_return_logistics_status?: string;
        post_return_logistics_tracking_info?: TrackingInfo[];
        post_return_logistics_update_time?: number;
        return_refund_request_type: number;
        return_sn: string;
        reverse_logistics_status: string;
        reverse_logistics_update_time: number;
        rts_tracking_number?: string;
        tracking_info?: TrackingInfo[];
        tracking_number?: string;
        validation_type: string;
    }

    Type Declaration

    • Optionalcollection_pin_code?: string

      The collection Pin Code to enter for seller to collect parcel in collection point or locker. Only available for TW region.

    • Optionalestimated_delivery_date_max?: number

      The maximum estimated delivery date for the reverse logistics

    • Optionalestimated_delivery_date_min?: number

      The minimum estimated delivery date for the reverse logistics

    • Optionalpost_return_logistics_status?: string

      Post-return logistics status

    • Optionalpost_return_logistics_tracking_info?: TrackingInfo[]

      The detailed tracking information for post-return logistics

    • Optionalpost_return_logistics_update_time?: number

      The last update time of the post-return logistics status

    • return_refund_request_type: number

      Return refund request type: 0 = Normal RR, 1 = In-transit RR, 2 = Return-on-the-Spot

    • return_sn: string

      Shopee's unique identifier for a return/refund request (serial number of return)

    • reverse_logistics_status: string

      Latest reverse logistic status

    • reverse_logistics_update_time: number

      The last update time of the reverse logistics status

    • Optionalrts_tracking_number?: string

      The tracking number for the post-return logistics (Return to Seller)

    • Optionaltracking_info?: TrackingInfo[]

      The detailed tracking information list for the reverse logistics

    • Optionaltracking_number?: string

      The tracking number for the reverse logistics

    • validation_type: string

      Validation type: seller_validation or warehouse_validation

    warning?: string | string[]

    Warning message or list of warning messages