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

    Interface GetOrdersDetailResponse

    Response for getting order details

    interface GetOrdersDetailResponse {
        error: string;
        message: string;
        request_id: string;
        response: { order_list: Order[] };
        result?: { order_list: Order[] };
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { order_list: Order[] }

    Type Declaration

    • order_list: Order[]

      The list of orders

    result?: { order_list: Order[] }

    Type Declaration

    • order_list: Order[]

      The list of orders