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

    Interface GetBookingTrackingNumberRequest

    Request parameters 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.

    interface GetBookingTrackingNumberRequest {
        booking_sn: string;
    }
    Index

    Properties

    Properties

    booking_sn: string

    Shopee's unique identifier for a booking.