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

    Type Alias DownloadBookingShippingDocumentResponse

    DownloadBookingShippingDocumentResponse: FetchResponse<
        DownloadBookingShippingDocumentResponseData,
    >

    Response payload 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.