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

    Interface UnsplitOrderRequest

    Request parameters for unsplit_order

    Use this ai to undo split of order. After undo split, the order will have only one package. It can only be used when order status still at READY_TO_SHIP.

    interface UnsplitOrderRequest {
        order_sn: string;
    }
    Index

    Properties

    Properties

    order_sn: string

    Shopee's unique identifier for an order.