Update Product
ploomes_products_updateUpdate an existing product's fields in Ploomes CRM by ID, modifying only specified attributes such as name, price, or custom fields.
Instructions
Update an existing product in Ploomes CRM by ID. Only provided fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product ID to update | |
| Name | No | Product name | |
| Code | No | Product code / SKU | |
| Description | No | Product description | |
| UnitPrice | No | Unit price | |
| GroupId | No | Product group ID | |
| MeasurementUnit | No | Measurement unit (e.g. 'un', 'kg', 'hr') | |
| ImageUrl | No | Product image URL | |
| CurrencyId | No | Currency ID — use ploomes_currencies_list | |
| OtherProperties | No | Custom field values |