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

    Interface GetBookingTrackingInfoResponse

    Response for get booking tracking info API

    interface GetBookingTrackingInfoResponse {
        error: string;
        message: string;
        request_id: string;
        response: {
            booking_sn: string;
            logistics_status: LogisticsStatus;
            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: {
        booking_sn: string;
        logistics_status: LogisticsStatus;
        tracking_info: TrackingInfo[];
    }

    Type Declaration

    • booking_sn: string

      Booking serial number

    • logistics_status: LogisticsStatus

      Current logistics status

    • tracking_info: TrackingInfo[]

      Tracking info events

    warning?: string | string[]

    Warning message or list of warning messages