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

    Type Alias GetBookingTrackingNumberResponse

    GetBookingTrackingNumberResponse: FetchResponse<
        GetBookingTrackingNumberResponseData,
    >

    Response payload for get_booking_tracking_number

    After arranging shipment (v2.logistics.ship_booking) for the integrated channel, use this api to get the tracking_number, which is a required parameter for creating shipping labels. The api response can return tracking_number empty, since this info is dependent from the 3PL, due to this it is allowed to keep calling the api within 5 minutes interval, until the tracking_number is returned.