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

    Interface GetEscrowListResponse

    Response for get escrow list API

    interface GetEscrowListResponse {
        error: string;
        message: string;
        request_id: string;
        response: { escrow_list: EscrowListItem[]; more: boolean };
        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: { escrow_list: EscrowListItem[]; more: boolean }

    Type Declaration

    • escrow_list: EscrowListItem[]

      The list of escrow order sn

    • more: boolean

      Indicates whether there are more pages

    warning?: string | string[]

    Warning message or list of warning messages