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

    Interface SearchUnpackagedModelListResponse

    interface SearchUnpackagedModelListResponse {
        error: string;
        message: string;
        request_id: string;
        response: { model_list: any[] };
        result?: { model_list: any[] };
    }

    Hierarchy (View Summary)

    • FetchResponse<{ model_list: any[] }>
      • SearchUnpackagedModelListResponse
    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { model_list: any[] }
    result?: { model_list: any[] }