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

    Interface DownloadShippingDocumentRequest

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

    interface DownloadShippingDocumentRequest {
        order_list: DownloadShippingDocumentOrder[];
        shipping_document_type?: string | number;
    }
    Index

    Properties

    The list of orders you need to download it's shipping document. Limit [1, 50]. Orders must be from the same courier

    shipping_document_type?: string | number

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