We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1c32b commit 5e85a99Copy full SHA for 5e85a99
source/email_marketing_and_automation/custom_app.rst
@@ -251,6 +251,23 @@ This action automatically synchronizes all registered Events and Purchases.
251
"email": "advocate@example.com"
252
}
253
254
+Refund
255
+------
256
+
257
+This action automatically synchronizes all created refunds.
258
259
+*Default payload:*
260
261
+.. code-block:: JSON
262
263
+ {
264
+ "site_id": "3",
265
+ "refunded_at": "2025-11-21 07:44:15 -0800",
266
+ "partially_refunded": "false",
267
+ "subtotal": "100.0",
268
+ "refund_subtotal": "100.0"
269
+ }
270
271
Referral Create
272
---------------
273
0 commit comments