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

    Interface UpdateModelResponse

    Response for updating models

    interface UpdateModelResponse {
        error: string;
        message: string;
        request_id: string;
        response: { model_id_list: number[]; warning?: string[] };
        result?: { model_id_list: number[]; warning?: string[] };
    }

    Hierarchy (View Summary)

    • FetchResponse<{ model_id_list: number[]; warning?: string[] }>
      • UpdateModelResponse
    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { model_id_list: number[]; warning?: string[] }

    Type Declaration

    • model_id_list: number[]

      List of updated model IDs

    • Optionalwarning?: string[]

      Warning messages

    result?: { model_id_list: number[]; warning?: string[] }

    Type Declaration

    • model_id_list: number[]

      List of updated model IDs

    • Optionalwarning?: string[]

      Warning messages