Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface SplitOrderResponse

    Response for splitting an order

    interface SplitOrderResponse {
        error: string;
        message: string;
        request_id: string;
        response: { order_sn: string; package_list: SplitOrderResponsePackage[] };
        result?: { order_sn: string; package_list: SplitOrderResponsePackage[] };
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { order_sn: string; package_list: SplitOrderResponsePackage[] }

    Type Declaration

    • order_sn: string

      Shopee's unique identifier for an order

    • package_list: SplitOrderResponsePackage[]

      The list of package under this order you have split

    result?: { order_sn: string; package_list: SplitOrderResponsePackage[] }

    Type Declaration

    • order_sn: string

      Shopee's unique identifier for an order

    • package_list: SplitOrderResponsePackage[]

      The list of package under this order you have split