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

    Interface ReplyCommentResponse

    Response for replying to comments

    interface ReplyCommentResponse {
        error: string;
        message: string;
        request_id: string;
        response: { result_list: ReplyCommentResultItem[]; warning?: string[] };
        result?: { result_list: ReplyCommentResultItem[]; warning?: string[] };
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { result_list: ReplyCommentResultItem[]; warning?: string[] }

    Type Declaration

    • result_list: ReplyCommentResultItem[]

      The result list of the request comment list

    • Optionalwarning?: string[]

      Warning messages to take care of

    result?: { result_list: ReplyCommentResultItem[]; warning?: string[] }

    Type Declaration

    • result_list: ReplyCommentResultItem[]

      The result list of the request comment list

    • Optionalwarning?: string[]

      Warning messages to take care of