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

    Interface SetNoteResponse

    Response for setting a note

    interface SetNoteResponse {
        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