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

    Interface UnsplitOrderResponse

    Response from unsplitting an order

    interface UnsplitOrderResponse {
        error: string;
        message: string;
        request_id: string;
        response: null;
        result?: null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string
    message: string
    request_id: string
    response: null
    result?: null