Update Order
ploomes_orders_updateUpdate an existing order in Ploomes CRM by ID, modifying only the fields you specify.
Instructions
Update an existing order in Ploomes CRM by ID. Only provided fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Order ID to update | |
| Title | No | Order title | |
| DealId | No | Associated deal ID | |
| ContactId | No | Associated contact ID | |
| Amount | No | Order total amount | |
| Discount | No | Discount value | |
| Date | No | Order date in ISO 8601 format | |
| PersonId | No | Associated person ID | |
| StageId | No | Order stage ID — use ploomes_orders_stages_list | |
| OwnerId | No | Owner user ID | |
| CurrencyId | No | Currency ID | |
| Description | No | Order description | |
| InternalComments | No | Internal comments (not visible externally) | |
| TemplateId | No | Order template ID | |
| OtherProperties | No | Custom field values |