Create Product
ploomes_products_createCreate new products in Ploomes CRM with required name and optional details like price, code, and custom fields.
Instructions
Create a new product in Ploomes CRM. Name is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Name | Yes | Product name (required) | |
| 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 |