Perform incremental operations on merchant action triggers at the user scope.
See the account-scope PATCH endpoint for full documentation on supported operations (add, remove).
Your unique identifier for the user
512Request body for incremental merchant action trigger operations.
Exactly one of merchantTriggers (for add) or triggerIds (for remove) must be provided, depending on the operation.
The operation to perform:
add: Register new merchants or update existing ones via merchant matchingremove: Remove merchants (excluded from enrichment lookups)add, remove List of merchant triggers to add. Required for the add operation.
If a trigger ID already exists, the old registration is replaced (upsert behavior).
Field requirements:
id, merchantName, and action are always requiredwebsite is required1 - 100000 elementsList of trigger IDs to remove. Required for the remove operation.
Trigger IDs that are not currently active are silently ignored (idempotent).
1512["merchant_123", "merchant_456"]