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

    Interface SplitOrderRequest

    Request parameters for split_order

    Use this api to split an order into multiple packages. Orders that include installation services cannot be split by quantity.

    interface SplitOrderRequest {
        order_sn: string;
        package_list: SplitOrderPackage[];
    }
    Index

    Properties

    order_sn: string

    Shopee's unique identifier for an order.

    package_list: SplitOrderPackage[]

    The list of packages that you want to split. Note: - Orders that include installation services cannot be split by quantity.- When splitting the order, must contain all items in the order in one request.- You can split the order into 30 parcels at most in TW and 5 parcels at most in other regions.