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

    Interface GetCourierDeliveryTrackingNumberListResponseData

    GetCourierDeliveryTrackingNumberListResponseData sub-interface for GetCourierDeliveryTrackingNumberListResponse

    interface GetCourierDeliveryTrackingNumberListResponseData {
        more?: boolean;
        next_cursor?: string;
        tracking_number_list?: GetCourierDeliveryTrackingNumberListTrackingNumber[];
    }
    Index

    Properties

    more?: boolean

    This is to indicate whether the tracking number list is more than one page. If this value is true, you may want to continue to check next page to retrieve tracking numbers.

    next_cursor?: string

    If more is true, you should pass the next_cursor in the next request as cursor. The value of next_cursor will be empty string when more is false.