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

    Interface CreateShippingDocumentRequest

    Request parameters for create_shipping_document

    Use this api to create shipping document task for each order or package and this API is only available after retrieving the tracking number.

    interface CreateShippingDocumentRequest {
        order_list: CreateShippingDocumentOrder[];
    }
    Index

    Properties

    Properties

    The list of order you want to create shipping document. limit [1, 50]