Set Transaction Customer
set_transaction_customerLink an existing transaction to a customer by providing a customer UUID, or detach it by passing null. Keeps transaction records aligned with customer relationships.
Instructions
Attribute an existing transaction to a customer, or detach it. Pass a customer_id to attribute the transaction, or null to clear the attribution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | UUID of the customer to attribute, or null to detach. | |
| transaction_id | Yes | UUID of the transaction to update. |