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

    Interface GetTrackingInfoResponse

    Response for get tracking info API

    interface GetTrackingInfoResponse {
        error: string;
        message: string;
        request_id: string;
        response: {
            collection_pin_code?: string;
            logistics_status: LogisticsStatus;
            order_sn: string;
            package_number: string;
            tracking_info: TrackingInfo[];
        };
        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;
        logistics_status: LogisticsStatus;
        order_sn: string;
        package_number: string;
        tracking_info: TrackingInfo[];
    }

    Type Declaration

    • Optionalcollection_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: LogisticsStatus

      The Shopee 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

    • tracking_info: TrackingInfo[]

      The tracking info of the order

    warning?: string | string[]

    Warning message or list of warning messages