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

    Interface GetMassTrackingNumberRequest

    Request parameters for get_mass_tracking_number

    After arranging shipment (v2.logistics.mass_ship_order) 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 GetMassTrackingNumberRequest {
        package_list: GetMassTrackingNumberPackage[];
        response_optional_fields?: string | number;
    }
    Index

    Properties

    The list of packages you want to get tracking number. limit [1, 50].

    response_optional_fields?: string | number

    Indicate response fields you want to get. Please select from the below response parameters. If you input an object field, all the params under it will be included automatically in the response. If there are multiple response fields you want to get, you need to use English comma to connect them. Available values: plp_number, first_mile_tracking_number,last_mile_tracking_number.