update_conversion
Modify conversion details to track affiliate commissions, including marking as paid, updating values, or changing transaction types.
Instructions
Update a conversion's details. Commonly used to mark a conversion as paid or update its value.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Conversion ID to update | |
| value | No | New commission value | |
| base_value | No | New base transaction value | |
| type | No | New conversion type | |
| paid | No | Mark as paid (true) or unpaid (false) | |
| reference | No | New reference ID | |
| coupon_code_used | No | New coupon code | |
| base_value_currency | No | New currency code |