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

    Interface GetEscrowDetailResponse

    Response for get escrow detail API

    interface GetEscrowDetailResponse {
        error: string;
        message: string;
        request_id: string;
        response: {
            buyer_payment_info: BuyerPaymentInfo;
            buyer_user_name: string;
            order_income: OrderIncome;
            order_sn: string;
            return_order_sn_list: string[];
        };
        warning?: string
        | string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string

    Error code if any error occurred

    message: string

    Error message if any error occurred

    request_id: string

    The identifier for an API request for error tracking

    response: {
        buyer_payment_info: BuyerPaymentInfo;
        buyer_user_name: string;
        order_income: OrderIncome;
        order_sn: string;
        return_order_sn_list: string[];
    }

    Type Declaration

    • buyer_payment_info: BuyerPaymentInfo

      Buyer payment information

    • buyer_user_name: string

      Username of buyer

    • order_income: OrderIncome

      Order income details

    • order_sn: string

      Shopee's unique identifier for an order

    • return_order_sn_list: string[]

      List of return order numbers

    warning?: string | string[]

    Warning message or list of warning messages