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

    Interface UpdateGlobalStockResponse

    Response for updating global item stock

    interface UpdateGlobalStockResponse {
        error: string;
        message: string;
        request_id: string;
        response: {
            result_list: {
                error_description?: string;
                global_model_id?: number;
                shop_id: number;
                success: boolean;
            }[];
        };
        result?: {
            result_list: {
                error_description?: string;
                global_model_id?: number;
                shop_id: number;
                success: boolean;
            }[];
        };
    }

    Hierarchy (View Summary)

    • FetchResponse<
          {
              result_list: {
                  error_description?: string;
                  global_model_id?: number;
                  shop_id: number;
                  success: boolean;
              }[];
          },
      >
      • UpdateGlobalStockResponse
    Index

    Properties

    error: string
    message: string
    request_id: string
    response: {
        result_list: {
            error_description?: string;
            global_model_id?: number;
            shop_id: number;
            success: boolean;
        }[];
    }

    Type Declaration

    • result_list: {
          error_description?: string;
          global_model_id?: number;
          shop_id: number;
          success: boolean;
      }[]

      List of stock update results

    result?: {
        result_list: {
            error_description?: string;
            global_model_id?: number;
            shop_id: number;
            success: boolean;
        }[];
    }

    Type Declaration

    • result_list: {
          error_description?: string;
          global_model_id?: number;
          shop_id: number;
          success: boolean;
      }[]

      List of stock update results