update_componen_product
Update details of an existing component product, including type, name, prices, and specifications. Add new local image paths without removing existing ones.
Instructions
Update componen product yang sudah ada. Gambar baru (image_paths) akan ditambahkan ke gambar yang sudah ada, tidak menggantikannya. Untuk menghapus gambar lama, gunakan tool hapus gambar terpisah jika tersedia, atau update lewat dashboard.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| engine | No | ||
| volume | No | ||
| segment | No | ||
| wheel_no | No | ||
| msi_model | No | ||
| code_unique | No | ||
| horse_power | No | ||
| image_paths | No | Daftar PATH FILE LOKAL gambar produk (bukan URL) di server tempat MCP ini berjalan, contoh ['/data/images/foto1.jpg']. Maksimal 50 file, kosongkan jika tidak upload gambar baru. | |
| msi_product | No | ||
| company_name | No | ||
| market_price | No | ||
| product_type | No | unit, non_unit, hardware, implementation, atau application | |
| componen_type | No | 1=OFF ROAD REGULAR, 2=ON ROAD REGULAR, 3=OFF ROAD IRREGULAR, 4=OFF ROAD REGULAR EV, 5=ON ROAD REGULAR EV | |
| selling_price_star_1 | No | ||
| selling_price_star_2 | No | ||
| selling_price_star_3 | No | ||
| selling_price_star_4 | No | ||
| selling_price_star_5 | No | ||
| componen_product_name | No | ||
| componen_product_unit_model | No | ||
| componen_product_description | No | ||
| componen_product_specifications | No | String JSON array spesifikasi, contoh: [{"componen_product_specification_label":"Horse Power","componen_product_specification_value":"200 HP"}] |