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

    Interface BatchShipOrderOrder

    BatchShipOrderOrder sub-interface for BatchShipOrderRequest

    interface BatchShipOrderOrder {
        order_sn: string;
        package_number?: string;
    }
    Index

    Properties

    order_sn: string

    Shopee's unique identifier for an order. Limit 150.

    package_number?: string

    Shopee's unique identifier for the package under an order. You should't fill the field with empty string when there is't a package number.