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

    Interface DownloadBookingShippingDocumentRequest

    Request parameters for download_booking_shipping_document

    Use this api to download shipping_document. You have to call v2.logistics.create_booking_shipping_document to create a new shipping document task first and call v2.logistics.get_booking_shipping_document_result to get the task status second. If the task is READY, you can download this shipping document.

    interface DownloadBookingShippingDocumentRequest {
        booking_list: DownloadBookingShippingDocumentBooking[];
        shipping_document_type?: string | number;
    }
    Index

    Properties

    The list of bookings you want to get. limit [1,50]

    shipping_document_type?: string | number

    The type of shipping document. Available values: NORMAL_AIR_WAYBILL,THERMAL_AIR_WAYBILL