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

    Type Alias DownloadShippingDocumentResponse

    DownloadShippingDocumentResponse: FetchResponse<
        DownloadShippingDocumentResponseData,
    >

    Response payload for download_shipping_document

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